Last active
November 17, 2017 16:40
-
-
Save neingeist/6a73f10b0f9c4138d4eff88bd355831b to your computer and use it in GitHub Desktop.
remove firefox's normal tabs (e.g. if using »tree 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
| /* via https://github.com/piroor/treestyletab/issues/1349 | |
| save in .mozilla/firefox/<teh profile directory>/chrome/userChrome.css */ | |
| @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); | |
| #TabsToolbar { | |
| visibility: collapse !important; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment