Skip to content

Instantly share code, notes, and snippets.

@insin
Last active May 30, 2023 19:49
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save insin/5d2103be3e2b8dcde6d1ae52c2c4419d to your computer and use it in GitHub Desktop.
Save insin/5d2103be3e2b8dcde6d1ae52c2c4419d to your computer and use it in GitHub Desktop.
userChrome.css for some aspects of the Firefox >= 57 UI which can't be tweaked via regular config
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
/* Remove the gap to the left of the title tab bar */
#TabsToolbar hbox.titlebar-placeholder[type="pre-tabs"] {
display: none !important;
}
/* Remove the buttons on the right of the location bar */
#page-action-buttons {
display: none !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment