Help get this topic noticed by sharing it on Twitter, Facebook, or email.

How to hide Tools menu icons in Firefox with userChrome.css?

I like to UI in my Firefox uniform and simple, and by simple I mean nothing at all.



As it happens that Ghostery inserts an icon next to its entry in Tools menu, like many addons. I was able to block off icons from Cookies Manager+ and Classic Theme Restorer by myself with userChrome.css. I assumed Ghostery would respond to something like:

#ghostery-tools-menu {
list-style-image: none !important;
}

However, that's not the case. Currently, in order to block off the icon, I have to download the xpi, unzip it, remove the icon image, zip it back, and install. This means that I have to turn off auto-update, and repeat every time an update comes. So I'm here to ask what is the proper css code to block off the icon.

Edit: And if possible, the code for blocking the three submenu icons as well.
1 person has
this question
+1
Reply