Skip to content

Instantly share code, notes, and snippets.

@b3n10
Created May 14, 2020 09:59
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 b3n10/e6827aac5625dde42b547edd0ab93646 to your computer and use it in GitHub Desktop.
Save b3n10/e6827aac5625dde42b547edd0ab93646 to your computer and use it in GitHub Desktop.
userChrome.css
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */
* {
font-size: 14px;
}
#toolbar-menubar,
#toggle_toolbar-menubar,
/*#toolbar-context-menu,*/
#PanelUI-help,
:-moz-any(menuitem,toolbarbutton)[oncommand="safeModeRestart();"] {
display: none!important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment