Skip to content

Instantly share code, notes, and snippets.

@droserasprout
Created June 7, 2019 09:42
Show Gist options
  • Select an option

  • Save droserasprout/0dd772e962067e0af5ec5546ed3928e7 to your computer and use it in GitHub Desktop.

Select an option

Save droserasprout/0dd772e962067e0af5ec5546ed3928e7 to your computer and use it in GitHub Desktop.
userChrome for Tree Style Tabs
/* 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