Monochrome NoScript icons for Firefox 29

Ask for help about NoScript, no registration needed to post
LeRedditArmy
Posts: 4
Joined: Sun May 25, 2014 11:49 pm

Monochrome NoScript icons for Firefox 29

Post by LeRedditArmy »

Hello. All the default buttons for the extensions I use in my toolbar are either black or gray, except for NoScript icons. Is it possible to replace them with monochrome icons?
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:29.0) Gecko/20100101 Firefox/29.0
barbaz
Senior Member
Posts: 11110
Joined: Sat Aug 03, 2013 5:45 pm

Re: Monochrome NoScript icons for Firefox 29

Post by barbaz »

Yes, but I don't recommend doing that because it will greatly reduce the signaling ability of the icon. This user style adapted from https://adblockplus.org/forum/viewtopic ... 865#p98865 will do the job (see that post for instructions how to apply it)

Code: Select all

@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

#noscript-tbb > .toolbarbutton-icon {
  filter: url("chrome://mozapps/skin/extensions/extensions.svg#greyscale");
}
*Always* check the changelogs BEFORE updating that important software!
Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20140427 Firefox/24.0 PaleMoon/24.5.0
LeRedditArmy
Posts: 4
Joined: Sun May 25, 2014 11:49 pm

Re: Monochrome NoScript icons for Firefox 29

Post by LeRedditArmy »

Thank you. :)
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:29.0) Gecko/20100101 Firefox/29.0
Post Reply