Login Logout Admin Register

Firefox 2.0 and Ads Blocking

Posted in Geekies, Downloads on October 23rd, 2006

What is your internet browser? If it’s Firefox, good news for you, Firefox 2.0 will release soon.

Go HERE to get it. Enjoys.

One thing that you want to block ads. Here is how:

1. Look in folder C:\Program Files\Mozilla Firefox\defaults\profile\chrome
2. Look for file userChrome-example.css and rename it to userChrome.css
3. Copy the code below and paste into your new renamed file userChrome.css

/* This file can be used to apply a style to all web pages you view
* Rules without !important are overruled by author rules if the
* author sets any. Rules with !important overrule author rules.
*/

/* You can find the latest version of this ad blocking css at:
* http://www.floppymoose.com
* hides many ads by preventing display of images that are inside
* links when the link HREF contans certain substrings.
*/

A:link[HREF*=”addata”] IMG,
A:link[HREF*=”ad.”] IMG,
A:link[HREF*=”ads.”] IMG,
A:link[HREF*=”/ad”] IMG,
A:link[HREF*=”/A=”] IMG,
A:link[HREF*=”/click”] IMG,
A:link[HREF*=”?click”] IMG,
A:link[HREF*=”?banner”] IMG,
A:link[HREF*=”=click”] IMG,
A:link[HREF*=”clickurl=”] IMG,
A:link[HREF*=”.atwola.”] IMG,
A:link[HREF*=”spinbox.”] IMG,
A:link[HREF*=”transfer.go”] IMG,
A:link[HREF*=”adfarm”] IMG,
A:link[HREF*=”adserve”] IMG,
A:link[HREF*=”.banner”] IMG,
A:link[HREF*=”bluestreak”] IMG,
A:link[HREF*=”doubleclick”] IMG,
A:link[HREF*=”/rd.”] IMG,
A:link[HREF*=”/0AD”] IMG,
A:link[HREF*=”.falkag.”] IMG,
A:link[HREF*=”trackoffer.”] IMG,
A:link[HREF*=”tracksponsor.”] IMG { display: none ! important }

/* disable ad iframes */
IFRAME[SRC*=”addata”],
IFRAME[SRC*=”ad.”],
IFRAME[SRC*=”ads.”],
IFRAME[SRC*=”/ad”],
IFRAME[SRC*=”/A=”],
IFRAME[SRC*=”/click”],
IFRAME[SRC*=”?click”],
IFRAME[SRC*=”?banner”],
IFRAME[SRC*=”=click”],
IFRAME[SRC*=”clickurl=”],
IFRAME[SRC*=”.atwola.”],
IFRAME[SRC*=”spinbox.”],
IFRAME[SRC*=”transfer.go”],
IFRAME[SRC*=”adfarm”],
IFRAME[SRC*=”adserve”],
IFRAME[SRC*=”.banner”],
IFRAME[SRC*=”bluestreak”],
IFRAME[SRC*=”doubleclick”],
IFRAME[SRC*=”/rd.”],
IFRAME[SRC*=”/0AD”],
IFRAME[SRC*=”.falkag.”],
IFRAME[SRC*=”trackoffer.”],
IFRAME[SRC*=”tracksponsor.”] { display: none ! important }

/* miscellaneous different blocking rules to block some stuff that gets through */

A:link[onmouseover*=”AdSolution”] IMG,
*[ID=inlinead],
*[ID=ad_creative],
IMG[SRC*=”.msads.”] { display: none ! important }

/* turning some false positives back off */

A:link[HREF*=”thread.”] IMG,
A:link[HREF*=”download.”] IMG,
A:link[HREF*=”netflix.com/AddToQueue”] IMG,
A:link[HREF*=”click.mp3″] IMG { display: inline ! important }

4. Fire up your Firefox and start surfing.

Or Just download this file userChrome.css and replace it. Simple as that.

Leave a Comment


Bot Check Code

XHTML: Tags available: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>

[X]
E-mail It