Crossposted another Reddit user’s post: https://reddit.com/r/firefox/comments/1dso5sz/easy_trick_to_make_firefox_compact_1_in_firefoxs/
Crossposted another Reddit user’s post: https://reddit.com/r/firefox/comments/1dso5sz/easy_trick_to_make_firefox_compact_1_in_firefoxs/
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)