• Solved
  • Archived

HTML backup (bookmarks)

Am I understanding this correctly? HTML backup (bookmarks) doesn't support tags and annotations, but JSON backup does, and JSON backup doesn't preserve the website favi… (read more)

Am I understanding this correctly?

HTML backup (bookmarks) doesn't support tags and annotations, but JSON backup does, and JSON backup doesn't preserve the website favicons, but HTML backup does?  

So, what I can do, is restore my (saved) bookmarks using JSON backup, then restore the HTML backup, this would get my tags and annotations, and the website favicons back? But the downside, I will need to remove duplicates?

Asked by Teagan 10 months ago

Answered by cor-el 10 months ago

  • Solved

Installation aborted because the add-on appears to be corrupt.

Installation aborted because the add-on appears to be corrupt. OmegaSwitch Hello, I encountered an error when trying to install the extension. I've never encountered a… (read more)

Installation aborted because the add-on appears to be corrupt. OmegaSwitch

Hello, I encountered an error when trying to install the extension. I've never encountered anything like this before

Asked by Sazex 2 weeks ago

Answered by cor-el 2 weeks ago

  • Solved

Cloudflare Verify you are human looping

I have been experiencing a problem with Cloudflare specifically on one site (character.ai) and when the verify you are human pops up. It takes me in a seemingly infinite … (read more)

I have been experiencing a problem with Cloudflare specifically on one site (character.ai) and when the verify you are human pops up. It takes me in a seemingly infinite loop. On the Cloudflare community site they say it could be because of things like adblock but even without any adblock or anything of the sort on it does the same thing. Sadly Cloudflare community doesn't support being used on Firefox. So maybe they don't support being used on Firefox in general? I have contacted the actual websites support but they don't seem to even read submitted inquiries because I never hear anything back from them except the automated message they received it. It is now preventing me from using certain things in general which as before it wasn't that big of a deal but recently they changed the site layout and still allowed you to use the old layout but the verification blocks you from using the old layout. The first one is one from a couple of weeks ago when it only effected me trying to open things in a separate tab and the second one is the newer one which prevents me from accessing the old layout. I'm not sure what to do about it since nothing I specifically could do to solve it has helped. I have opted into sharing data under troubleshooting IDK how well that'll help.

Asked by Lilynette 5 months ago

Answered by Lilynette 5 months ago

  • Solved

website isn't loading properly in the Firefox.

Hello, this is josh, I have a dedicated website for my business and I use Firefox Brower. The problem i'm facing right now is the website isn't loading properly in the Fi… (read more)

Hello, this is josh, I have a dedicated website for my business and I use Firefox Brower. The problem i'm facing right now is the website isn't loading properly in the Firefox. Website isn't showing image and proper site. However, when i try to open the site in the other browser, it looks fine. what should I do, you please guide me.

Asked by josh willie 2 weeks ago

Answered by jonzn4SUSE 2 weeks ago

  • Solved

128.0.3 (64-bit) crashes on Windows 10 every time I turn my back on it

Since the auto-update to version 128.0.3 (64-bit) two weeks ago, my Firefox crashes as soon as I switch over to a different programme. I am on Windows 10. Whenever I try … (read more)

Since the auto-update to version 128.0.3 (64-bit) two weeks ago, my Firefox crashes as soon as I switch over to a different programme. I am on Windows 10. Whenever I try to re-open the programme, I get the error message that Firefox is already running and if I want to restart or quit. Can you please deploy a fix for this? Thank you.

Asked by cybergabi 2 weeks ago

Answered by cybergabi 2 weeks ago

  • Solved
  • Locked

Two versions of Mozilla Firefox are installed on my PC.

Today I realized that I have installed two (2) versions of Mozilla Firefox on my Laptop PC which I rarely use. Both editions are 64-bit type but one is version 109.0.1 (… (read more)

Today I realized that I have installed two (2) versions of Mozilla Firefox on my Laptop PC which I rarely use.

Both editions are 64-bit type but one is version 109.0.1 (11/04/2023) in

C:\Program Files\Mozilla Firefox and the other is version 128.0.3 (28/07/2024) in C:\Program Files (x86)/Mozilla Firefox.

I suppose it is illegal to have two versions of the same App., so the question is how can I delete the old version (109.0.1) without affecting or damaging the new version (128.0.3)?

Thank you, JOHN HATZITOLIOS

Asked by rogergr311049 3 weeks ago

Answered by rogergr311049 2 weeks ago

  • Solved
  • Archived

LOST DATA

I had issues with my computer which got me into a situation where i had to delete all partitions of my drives, starting from 0. Signing in my firefox account in a fresh w… (read more)

I had issues with my computer which got me into a situation where i had to delete all partitions of my drives, starting from 0. Signing in my firefox account in a fresh win install suddenly recovers NOTHING and i am now panicking as i had very important accounts & passwords, bookmarks, tabs, extensions, etc. I have tried other devices too without any luck. I need help recovering all these asap.

Asked by Stefanos Chronopoulos 10 months ago

Answered by Stefanos Chronopoulos 10 months ago

  • Solved
  • Archived

Get multirow bookmarks toolbar working again with Firefox 109 and Windows 11

Hi @all, I reinstalled my computer from scratch with Windows 11, before this reinstallation I had Windows 10. Now I noticed that with the newest Firefox version 109 (tha… (read more)

Hi @all,

I reinstalled my computer from scratch with Windows 11, before this reinstallation I had Windows 10. Now I noticed that with the newest Firefox version 109 (that I also had before with Windows 10) and Windows 11 my multirow bookmarks toolbar doesn´t work anymore. Before the reinstallation it worked with the following code:


/* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/chrome/multi-row_bookmarks.css made available under Mozilla Public License v. 2.0
See the above repository for updates as well as full license text. */

/* Makes bookmarks toolbar span multiple rows */

#PersonalToolbar{
  --multirow-bmb-n-rows: 3; /* Control how many rows are shown before scrolling */
  --multirow-bmb-row-margin: 2px; /* Control how much spacing is between rows */
  max-height: none !important;
}

#PlacesToolbar > hbox{ 
  display: block;
  width: 100vw;
}

#PlacesToolbarItems{
  display: flex;
  flex-wrap: wrap;
  /* --uc-bm-padding is defined in autohide_bookmarks_toolbar.css */
  max-height: calc(var(--multirow-bmb-n-rows) * (5px + 1em + (2 * (var(--multirow-bmb-row-margin) + var(--uc-bm-padding,2px))))) !important;
  overflow-y:auto;
  scrollbar-color: var(--lwt-accent-color) var(--toolbar-bgcolor) ;
  scrollbar-width: thin;
}

/* Hide the all-bookmarks button */
#PlacesChevron{ display: none }

/* Add some spacing between rows */
#PlacesToolbarItems > .bookmark-item{ margin: var(--multirow-bmb-row-margin) 3px !important;  }


I already tried some other codes that I found in the internet but none of them worked. I have this code in the file userChrome.css, this file is in a chrome folder and this folder is in my profile folder. Can anybody tell me what I have to do to make the multirow bookmarks toolbar working again?

Best regards heusmich

Asked by heusmich 1 year ago

Answered by heusmich 1 year ago

  • Solved
  • Archived

Updated W10 to FF 116 and had cert problems

After updating a W10 laptop from 115 to 116 of FF the user started having problems with getting to different websites (sites they worked on/with regularly). The problem i… (read more)

After updating a W10 laptop from 115 to 116 of FF the user started having problems with getting to different websites (sites they worked on/with regularly). The problem is the cert DB. The doc I found says that it is cert8.db. Actually it is now cert9.DB.

What I had to do was go to task manager and kill a task that was holding the cert9.db file. Then I could rename it (cert9.old.db). Then restarted their laptop and FF came up and started fixing the cert file (as expected). This seems to have fixed their problem.

Asked by Wylbur 1 year ago

Answered by Wylbur 1 year ago

  • Solved

Firefox 128.03 No way to get rid of google as search engine

Is Firefox now a complete tool of Google ? about:preferences#search there is no way to delete google as search engine I have startpage and duckduckgo as alternativ… (read more)

Is Firefox now a complete tool of Google ? about:preferences#search there is no way to delete google as search engine I have startpage and duckduckgo as alternative options listed and I can remove them, but google cannot be removed as the REMOVE button is not highlighted in case of Google. Why do you hardcode Google as the default browser for the URL bar ?

From the attached image you can see that the "Remove Tab" is inactive specifically for google. I tried absolutely all advice on the net, and nothing works. Firefox now seemingly FORCES us to use google. This behavior was not present in the previous firefox version I used. It immediately happened after update to 128.0.3 (64-bit).

Is google now hardcoded into firefox ? If so it is time for a hard fork in the firefox code. Hopefully it is not needed.

In addition Google was ruled to be a Monopoly today by a federal judge,

https://apnews.com/article/google-antitrust-search-engine-verdict-apple-319a61f20fb11510097845a30abaefd8

So it would be better for Mozilla/Firefox to not continue the monopoly and become an enabling party in monopoly lawsuits.

Asked by zimbodel 2 weeks ago

Answered by zimbodel 2 weeks ago

  • Solved
  • Archived

firefox can't connect to my local weather station at htpp://192.168.32.11 but chrome works fine.

Firefox can't connect to my local weather station at "http://192.168.33.11:8998/gauges.html" but chrome works just fine. This is the error message I get: The connection… (read more)

Firefox can't connect to my local weather station at "http://192.168.33.11:8998/gauges.html" but chrome works just fine.

This is the error message I get:

The connection has timed out -- The server at 192.168.32.11 is taking too long to respond.

Asked by RPSmith 1 year ago

Answered by RPSmith 1 year ago

  • Solved
  • Archived

Google sign in pop-up.

Does anyone know how to configure Firefox to stop the annoying google log-in pop-up? I've seen others ask the same question, but I have not seen any functional answers. … (read more)

Does anyone know how to configure Firefox to stop the annoying google log-in pop-up? I've seen others ask the same question, but I have not seen any functional answers. I've never had a google account, for anything. I don't get the pop-up with other browsers, like Falcon or Brave. It's just a problem on Firefox. I appreciate you help!

Asked by njbetavirp1 1 year ago

Answered by njbetavirp1 1 year ago

  • Solved
  • Archived

Transferring bookmarks from laptop to macbook

Hi, I want to transfer my bookmarks from Firefox on my old Windows laptop to a new MacBook. I have followed the instruction and signed into Firefox on both devices and c… (read more)

Hi,

I want to transfer my bookmarks from Firefox on my old Windows laptop to a new MacBook. I have followed the instruction and signed into Firefox on both devices and click 'synchronise now' on my Macbook.

Nothing has happened.

I would be grateful if you could tell me whether I am doing things incorrectly and if you could tell me how to have my numerous Firefox bookmarks from Windows appear on the new Macbook.

Thank you!

Asked by mcnamarasm 1 year ago

Answered by cor-el 1 year ago

  • Solved
  • Archived

Middle mouse button click, new tab opened AND switched to that tab.

Hi, Is this new feature? Once I click on link with middle mouse button, that tab is opened and switched to it. Previous firefox versions only opened tab and thats it. It… (read more)

Hi,

Is this new feature? Once I click on link with middle mouse button, that tab is opened and switched to it. Previous firefox versions only opened tab and thats it. It is very frustrating. I want open multiple tabs and then view those tabs. Now I have to, suppose I have 5 links listed in webpage:

I middle mouse 1st link Then I have to return to my previous page I middle mouse 2nd link Then I have to return to my previous page I middle mouse 3rd link Then I have to return to my previous page I middle mouse 4th link Then I have to return to my previous page I middle mouse 5th link Then I have to return to my previous page

If it is new DEFAULT, then please make ant option to switch back in about:config, thanks!

Asked by kirsciukas 1 year ago

Answered by Terry 1 year ago

  • Solved
  • Archived

back button not bringing up previous page without right clicking

I expect the back button to return to the previous page visited, but too often the button either doesn't respond at all or a right click is required to view the page hist… (read more)

I expect the back button to return to the previous page visited, but too often the button either doesn't respond at all or a right click is required to view the page history. Is there something I need to do get the original function of the back button that I thought was universal in most browsers?

Asked by cnaset@msn.com 1 year ago

Answered by cor-el 1 year ago

  • Solved
  • Archived

disney plus videos are not high quality on firefox

like the subject says the video on disney plus is very choppy/blurry/not 4k like it should be can u guys look into it? the video is blocky and blurry on firefox but not o… (read more)

like the subject says the video on disney plus is very choppy/blurry/not 4k like it should be can u guys look into it? the video is blocky and blurry on firefox but not on chrome for some reason and id like to fix it soon

Asked by dossantosjulia54 10 months ago

Answered by dossantosjulia54 10 months ago

  • Solved
  • Archived

I have a problem about typing Korean.

Hi, I have a problem and I can't find any solution. I am Linux Mint Cinnamon user, When I type Korean in the Firefox Browser, type Korean word and type 'spacebar', blank… (read more)

Hi, I have a problem and I can't find any solution.

I am Linux Mint Cinnamon user, When I type Korean in the Firefox Browser, type Korean word and type 'spacebar', blank is made before the last character.

For example, like this. '안녕하세 요', '반갑습니 다', '오늘 은뭐하세?요 ' like 'firefo x', 'googl e' How can I solve this problem?

Asked by baktanjokki 1 year ago

Answered by Paul 1 year ago

  • Solved
  • Archived

Change Mail

Hello, I have a firefox Account "accountA" which has the primary eMail-Address "mailA". I had an other Account "accountB" with primary eMail-Address "mailB" and secondar… (read more)

Hello,

I have a firefox Account "accountA" which has the primary eMail-Address "mailA". I had an other Account "accountB" with primary eMail-Address "mailB" and secondary eMail-Address "mailC". Sadly I lost access to "accountB" and it's primary Mail-Address "mailB" (which is ok) but want to change the Mail from "accountA" to "mailC".

However, this is not possible since "mailC" is locked to "accountB" which I can no longer access (since I need the primary Mail Address. This meens I can never again use "mailC" for my Firefox account, which is now my primary Mail-Address. Is there should be a way to disconnect a Mail-Address from an account, if one has ownership of this Mail-Address?

Sincerly Robin

Asked by Robin 1 year ago

Answered by Robin 1 year ago