https://github.com/bowdown097/revertfftoolbar
A userChrome.css script to revert the changes to the toolbar in Firefox 110.
https://github.com/bowdown097/revertfftoolbar
classic-theme css-modification css-theme firefox firefox-customization old-theme stylesheet userchrome
Last synced: 5 days ago
JSON representation
A userChrome.css script to revert the changes to the toolbar in Firefox 110.
- Host: GitHub
- URL: https://github.com/bowdown097/revertfftoolbar
- Owner: BowDown097
- Created: 2022-12-30T11:13:27.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-30T11:30:46.000Z (over 3 years ago)
- Last Synced: 2025-10-24T02:28:19.331Z (9 months ago)
- Topics: classic-theme, css-modification, css-theme, firefox, firefox-customization, old-theme, stylesheet, userchrome
- Language: CSS
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RevertFFToolbar
A userChrome.css script to revert the changes to the toolbar in Firefox 110.
## What did Mozilla do this time?
The toolbar received an update on December 22nd which made it look, in my opinion, much worse:
- The dark system theme was made brighter and now does not fit with the dark theme of any OS.
- The text on the selected tab was made bold.
To communicate the difference more clearly, here's a before and after:


(I'm using WaveFox, but it looks the same on the normal one too)
## How do I use this?
- In ``about:config``, set ``toolkit.legacyUserProfileCustomizations.stylesheets`` to ``true`` if you have not already.
- Go to your Firefox profile folder. For convenience, use ``about:profiles``.
- Create a folder named ``chrome`` if it's not there already.
- Drop the ``userChrome.css`` file right in.
- Restart Firefox.