this post was submitted on 01 Jul 2024
113 points (90.6% liked)
Firefox
17815 readers
65 users here now
A place to discuss the news and latest developments on the open-source browser Firefox
founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
For the more advanced, you can also mess around with the userChrome.css file. To create it open a text editor and save the file as userChrome.css in the \Chrome folder in your Firefox profile folder* (make sure to restart Firefox to apply the changes)
To enable the file, enter about:config in the address bar, then accept the warning if it appears. Search for
toolkit.legacyUserProfileCustomizations.stylesheets
and double-click it to set it totrue
.*enter
about:support
in the address bar, or click on the Help menu > More Troubleshooting Information, then scroll to the Profile Folder line and click on Open Folder. Usually it'sC:\Users\~USERNAME~\AppData\Roaming\Mozilla\Firefox\Profiles\~PROFILENAME~
*Note: the first 2 lines about tab height might not work if you don't have the Playing/Muted text line in tabs disabled. To disable that line go to about:config, search for
browser.tabs.secondaryTextUnsupportedLocales
, and add,en
(or the relevant language that you're using in your system) at the end of the value for it then click Enter and restart Firefox to apply the change.Here's the userChrome I use (compiled from different sources)