Skip to content

Instantly share code, notes, and snippets.

@e-roux
Created May 19, 2019 17:14
Show Gist options
  • Save e-roux/df9ba09f10968050c8e13220d432dca3 to your computer and use it in GitHub Desktop.
Save e-roux/df9ba09f10968050c8e13220d432dca3 to your computer and use it in GitHub Desktop.
Firefox toolbar cust css
/* Save in firefox profile as chrome/userChrome.css */
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */
#personal-bookmarks .bookmark-item[container] .toolbarbutton-icon {
display:none!important;
}
#personal-bookmarks .bookmark-item:not([container]) .toolbarbutton-text {
display:none!important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment