Skip to content

Instantly share code, notes, and snippets.

@neingeist
Last active November 17, 2017 16:40
Show Gist options
  • Save neingeist/6a73f10b0f9c4138d4eff88bd355831b to your computer and use it in GitHub Desktop.
Save neingeist/6a73f10b0f9c4138d4eff88bd355831b to your computer and use it in GitHub Desktop.
remove firefox's normal tabs (e.g. if using »tree tabs«)
/* 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