This archive contains the file userChrome.css
which changes the tabs design in Firefox 89+ (Proton UI) to design similar to the one from Firefox 88.
Firefox 89+ tabs look (with default Dark Theme <link>, ProtonUI disabled (steps 1-3) and compact mode set (steps 4-6)):
The tabs after using userChrome.css
from this repo:
Tested in Firefox 91.0.2 and 92.0.1
- Open Firefox and type
about:config
into the address bar and hit enter - In the search box, enter
proton
- Set the following settings to
false
:browser.aboutwelcome.protonDesign browser.proton.enabled browser.proton.places-tooltip.enabled
- Find and set the following setting to
true
:browser.compactmode.show
- Click on menu symbol
≡
->More tools
->Customise toolbar...
- At the bottom, click on
Density
and chooseCompact
- Find and set the following setting to
true
:toolkit.legacyUserProfileCustomizations.stylesheets
- Open new tab, enter
about:support
and hit enter - Search for
Profile Folder
and clickOpen Folder
- In that directory create
chrome
folder - Inside, paste the file
userChrome.css
from this repository and restart Firefox