Skip to content

Instantly share code, notes, and snippets.

@kpion
Created November 16, 2017 15:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kpion/765b0adff67fc787dfcb0d6100755060 to your computer and use it in GitHub Desktop.
Save kpion/765b0adff67fc787dfcb0d6100755060 to your computer and use it in GitHub Desktop.
How to remove tab bar in Firefox
# when you installed the Tree Style Tab in your Firefox Quantum or any newer,
# you don't need the FX's Tab Bar anymore, therefore:
1. Click help -> Troubleshooting Information -> next to "Profile Directory " click "Open Directory".
(if you can't see the menu, click the "wrench" icon on the right, then Help and Troubleshooting Information )
2. Create (if not exists) a "chrome" directory
3. Create (if not exists) "userChrome.css" file and edit it
4. Put this line (if not exists)
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
5. Add this line below:
#tabbrowser-tabs { visibility: collapse !important; }
6. Restart Firefox
@dvska
Copy link

dvska commented Nov 16, 2017

Hi Konrad
Thanks, but this doesn't work in MacOS, FF 57.0

@kpion
Copy link
Author

kpion commented Nov 20, 2017

@dvska, oh, sorry to hear that :( I thought it will work everywhere o.O

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment