codehaven - php snippets - coding help
Generic filters
Exact matches only

Firefox 89-100 (2022) Tabs on top/bottom not working fixed again

9th May 2022

Firefox

Firefox - Codehaven

NEW UPDATE MAY 2023 – FIREFOX 113

https://www.codehaven.co.uk/firefox/firefox-113-2023-tabs-on-top-bottom-not-working-fixed-again/

 

The following version Works with Firefox version 100 – May 2022 onwards

Make the Browser Tabs appear at the Top

You use the tabs far much more than the URL bar, so it makes sense, and saves many miles on your mouse.
Put the tabs nearer, the action, and the URL bar further away, as it’s not as often used as the Favourites and the tabs to flip between websites.

Tabs on Top – URL on Bottom

before1

Tabs on Bottom – URL on Top

after1

1. Click Help > More Troubleshooting information
2. Open the folder button
3. Locate or create a folder here called ‘chrome’
4. Add a file called ‘userChrome.css’
5. Add the code below to that file and save.
To make the changes effective, we need one more thing:
6. Type about:config in the address bar. Accept any warnings to proceed.
In the search box on the about:config page, search for toolkit.legacyUserProfileCustomizations.stylesheets
and change to TRUE
7. Restart Firefox ….done Tabs are once again on the bottom.

The code is below this animated gif
userChrome.css animated

userChrome.css

Was this code snippet helpful?