Skip to content

Instantly share code, notes, and snippets.

@modulitos
Created April 21, 2019 08:20
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 modulitos/78316b162dfe95f53264a111a8493c16 to your computer and use it in GitHub Desktop.
Save modulitos/78316b162dfe95f53264a111a8493c16 to your computer and use it in GitHub Desktop.
~/.mozilla/<user>.default/chrome/userChrome.css
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
/* to hide the native tabs */
#TabsToolbar {
visibility: collapse;
}
/* to hide the sidebar header */
#sidebar-header {
visibility: collapse;
}
#tabbrowser-tabs { visibility: collapse !important; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment