Skip to content

Instantly share code, notes, and snippets.

@jps
Last active September 15, 2022 14:57
Show Gist options
  • Select an option

  • Save jps/b2f664a5533e4e477c2ad81af5ee2d4c to your computer and use it in GitHub Desktop.

Select an option

Save jps/b2f664a5533e4e477c2ad81af5ee2d4c to your computer and use it in GitHub Desktop.
Windows Firefox userChrome.css
/* about:config - enable toolkit.legacyUserProfileCustomizations.stylesheets */
/* To hide horizontal bars */
#main-window[tabsintitlebar="true"]:not([extradragspace="true"]) #TabsToolbar {
display: none;
}
#main-window:not([tabsintitlebar="true"]) #TabsToolbar {
visibility: collapse !important;
}
/* For Tree Style Tab */
#sidebar-header{
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment