Created
June 7, 2019 09:42
-
-
Save droserasprout/0dd772e962067e0af5ec5546ed3928e7 to your computer and use it in GitHub Desktop.
userChrome for Tree Style Tabs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* Copy to ~/Library/Application\ Support/Firefox/Profiles/*.default/chrome/ */ | |
| #TabsToolbar { | |
| visibility: collapse !important; | |
| } | |
| #TabsToolbar, #sidebar-header { | |
| visibility: collapse !important; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment