Skip to content

Instantly share code, notes, and snippets.

@igstan
Last active August 29, 2015 14:00
Show Gist options
  • Save igstan/11403048 to your computer and use it in GitHub Desktop.
Save igstan/11403048 to your computer and use it in GitHub Desktop.
Decluttered UI in Firefox 29
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
#star-button,
#alltabs-button,
.tabbrowser-arrowscrollbox .scrollbutton-up,
.tabbrowser-arrowscrollbox .scrollbutton-down,
#PanelUI-button,
#urlbar-go-button,
#urlbar-reload-button,
#urlbar-stop-button {
display: none !important;
}
@nt1m
Copy link

nt1m commented May 3, 2014

@igstan
Copy link
Author

igstan commented May 5, 2014

Mac OS X path for userChrome.css:

~/Library/Application Support/Firefox/Profiles/gdvmfdc5.default/chrome/userChrome.css

Observations:

  • the name of the profile directory varies, gdvmfdc5.default above
  • you may have to create the chrome directory

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment