Firefox button blocker


Recommended Posts

Since most of us are already using Firefox, I think it is safe for Firefox users to be excluded from the Firefox button's target advertising. You can hide most of the Firefox buttons by adding this CSS code to the "userContent.css" file in your Firefox profile:

img[src$="getfirefox_large2.png"], img[src$="getfirefox_large.png"],
img[src$="getfirefox_large3.png"], img[src$="getfirefox_small.png"], 
img[src$="getfirefox_88x31.png"], img[src$="takebacktheweb_large.png"], 
img[src$="takebacktheweb_small.png"], img[alt^="Get Firefox"],
a[href*="mozilla.org/products/firefox"] > img, 
a[href*="getfirefox.com"] > img {
  display: none !important;
}

For those of you not using Firefox, you will still have to be subjected to the Firefox buttons so if I were you, see this as an incentive to get Firefox now!

Edit:

Added more rules.

Edited by em_te
Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.