Skip to content

Instantly share code, notes, and snippets.

@igstan
Last active August 29, 2015 14:00
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • 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;
}
@igstan
Copy link
Author

igstan commented Apr 29, 2014

I'd appreciate if someone could tell me how to have the forward button always visible.

@marianposaceanu
Copy link

looking nice :D

@igstan
Copy link
Author

igstan commented Apr 29, 2014

Thanks! For anyone else who would like to tinker with the UI, I've used this addon to inspect chrome://browser/content/browser.xul.

@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