Skip to content

Instantly share code, notes, and snippets.

@dubrowgn
Created November 16, 2017 05:17
Show Gist options
  • Save dubrowgn/6700b1095a46882d98e515b90dd55641 to your computer and use it in GitHub Desktop.
Save dubrowgn/6700b1095a46882d98e515b90dd55641 to your computer and use it in GitHub Desktop.
tree-stype-tabs css fix
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
/*
* 1) open `about:support`, and open profile folder
* 2) create folder `chrome`
* 3) place this file inside using the filename `userChrome.css`
*/
#TabsToolbar {
visibility: collapse !important;
}
#sidebar-header {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment