Skip to content

Instantly share code, notes, and snippets.

@AeliusSaionji
Created March 5, 2019 17:29
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 AeliusSaionji/95df4f64518ecf7ba533ff8bd3d97f5c to your computer and use it in GitHub Desktop.
Save AeliusSaionji/95df4f64518ecf7ba533ff8bd3d97f5c to your computer and use it in GitHub Desktop.
userChrome to hide firefox tabs except when: customizing, menubar shown, tabs in titlebar
#main-window:not([customizing]):not([tabsintitlebar="true"]) #toolbar-menubar[inactive="true"] + #TabsToolbar {
visibility: collapse !important;
}
@AeliusSaionji
Copy link
Author

I don't actually know CSS - syntax corrections welcome. Works fine as is though.

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