Showing questions for topic:
Showing questions tagged:

How to change home page and new tab to desired URL or any extension of Firefox desktop in 2025?

How to change home page and new tab to desired URL or any extension of Firefox desktop in 2025? I am unable to find any way to change how my new tab should look when I cl… (read more)

How to change home page and new tab to desired URL or any extension of Firefox desktop in 2025?

I am unable to find any way to change how my new tab should look when I click + sign or new tab is opened up on browser opening or re-opening unlike Chrome.

I hate the change of position of typing from the search bar on the current new tab to the URL bar (unseen or unheard in Chrome) that Firefox implemented without considering users who would detest it.

Using Firefox 131.0.3 (64-bit)

Locked المُؤرشفة 7 435

After last update, toolbar icons & text is way too small

I'm visually impaired and had originally used a CSS code to fix this problem, but that was a couple of years ago. I just upgraded to 131.0.3 (64 bit) and evidently, that … (read more)

I'm visually impaired and had originally used a CSS code to fix this problem, but that was a couple of years ago. I just upgraded to 131.0.3 (64 bit) and evidently, that wiped out all my CSS changes. I tried to use the about:config code to change it, but it no longer works. I managed to increase the icon size a little by changing the density to normal, then back to compact. Even on normal, it was all too small.

I don't want to use another profile, because every time I do, I lose so much that it takes me hours to reinstall it all.

Is there an easier way to do this? I've tried a couple of things suggested online, but they were old settings suggestions, and they no longer work either.

ALSO, I now have to use F11 full screen to be able to perform anything on the toolbars. Before this update, I could just move my cursor up to bring the toolbars down, and use the back arrow or refresh easily. Now, the toolbars immediately go back up and I have to use F11 to do anything. How do I fix this?

TIA for any help you can give me.

حُلّت المُؤرشفة 6 1125

How to search for installed (both enabled and disabled) addons extensions in Firefox browser like chrome does via "chrome://extensions/" in 2025?

How to search for installed (both enabled and disabled) addons extensions in Firefox browser like chrome does via "chrome://extensions/" in 2025? It is quite surprising t… (read more)

How to search for installed (both enabled and disabled) addons extensions in Firefox browser like chrome does via "chrome://extensions/" in 2025?

It is quite surprising that in 2024-25, firefox still doesnt have any option to search for installed addons via "about:addons". You can only search for addon site, not for those installed on your device and profile and browser.

Is firefox team really updating their browser for 2025 when compared to chrome?

Locked المُؤرشفة 5 304

Change order of toolbars

There are 4 toolbars at the top of the Firefox screen. The default order from top to bottom seems to be: Menu bar Tabs bar Navigation bar Bookmarks bar (which Fire… (read more)

There are 4 toolbars at the top of the Firefox screen. The default order from top to bottom seems to be:

 Menu bar
 Tabs bar
 Navigation bar
 Bookmarks bar   (which Firefox apparently calls "PersonalToolbar")

I would like to move the Bookmarks bar above the Tabs bar so the order is;

 Menu bar
 Bookmarks bar
 Tabs bar
 Navigation bar

I tried to use ChatGPT to accomplish this. After well over 6 iterations, I gave up (ChatGPT was still going strong - hallucinating?). The only code in userChrome.css that accomplished this is shown below. Unfortunately it leaves the order as:

 Bookmarks
 Navigation
 Menu
 Tabs

Can a human expert help me where ChatGPT failed? ___________________

/* Move the bookmarks toolbar above the tabs */

  1. navigator-toolbox {
   display: flex;
   flex-direction: column-reverse;

}

حُلّت المُؤرشفة 4 432