/*
 * 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. 
 */ 

/* 
 * turns off "blink" element blinking 
 */ 
blink { text-decoration: none ! important; } 

/* 
 * hides many ads by preventing display of images that are inside 
 * links when the link HREF contans certain substrings. 
 */ 

A:link[HREF*="/ads/"] IMG { display: none ! important } 
A:link[HREF*="adserver"] IMG { display: none ! important } 
A:link[HREF*="ad."] IMG { display: none ! important } 
A:link[HREF*="ads."] IMG { display: none ! important } 
A:link[HREF*="/ad"] IMG { display: none ! important } 
A:link[HREF*="/A="] IMG { display: none ! important } 
A:link[HREF*="/click"] IMG { display: none ! important } 
A:link[HREF*="?click"] IMG { display: none ! important } 
A:link[HREF*="?banner"] IMG { display: none ! important } 
A:link[HREF*="=click"] IMG { display: none ! important } 
A:link[HREF*="/ar.atwo"] IMG { display: none ! important } 
A:link[HREF*="spinbox."] IMG { display: none ! important } 
A:link[HREF*="transfer.go"] IMG { display: none ! important  } 
A:link[HREF*="adfarm"] IMG { display: none ! important } 
A:link[HREF*="bluestreak"] IMG { display: none ! important  } 
A:link[HREF*="doubleclick"] IMG { display: none ! important  } 
A:link[HREF*="valueclick"] IMG { display: none ! important  } 

/* disable ad iframes */ 
IFRAME[SRC*="/ads/"] { display: none ! important } 
IFRAME[SRC*="ad."] { display: none ! important } 
IFRAME[SRC*="ads."] { display: none ! important } 
IFRAME[SRC*="/ad"] { display: none ! important } 
IFRAME[SRC*="/A="] { display: none ! important } 
IFRAME[SRC*="/click"] { display: none ! important } 
IFRAME[SRC*="?click"] { display: none ! important } 
IFRAME[SRC*="?banner"] { display: none ! important } 
IFRAME[SRC*="=click"] { display: none ! important } 
IFRAME[SRC*="/ar.atwo"] { display: none ! important } 
IFRAME[SRC*="spinbox."] { display: none ! important } 
IFRAME[SRC*="transfer.go"] { display: none ! important   } 
IFRAME[SRC*="adfarm"] { display: none ! important } 
IFRAME[SRC*="bluestreak"] { display: none ! important  } 
IFRAME[SRC*="doubleclick"] { display: none ! important   } 
IFRAME[SRC*=" value click"] { display: none ! important  } 

/* turning some false positives back off */ 

A:link[HREF*="download."] IMG { display: inline ! important  } 
A:link[HREF*="click.mp3"] IMG { display: inline ! important  } 

/* 
 * For more examples see http://www.mozilla.org/unix/customizing.html 
 */ 


/* 
 * The following lines of code are from a Flash banner blocking stylesheet
 * I found somewhere or other. I can't tell if the code works, it doesn't appear
 * to function in Safari 10b2v74. Hey, it's still beta anyway.
 *  -Charles 
 *
 * common flash banner sizes:
 * 468x60 -
 * 728x90 
 * 120x600 
 * 336x280 
 * 300x250 
 * 180x150 
 * 240x400 
 * 468x240 
 * 120x600 
 * 160x600 
 * 336x280 
*/

embed[type="application/x-shockwave-flash"][width ="468"][height="60"] {display: none !important}
embed[type="application/x-shockwave-flash"][width ="728"][height="90"] {display: none !important}
embed[type="application/x-shockwave-flash"][width ="120"][height="600"] {display: none !important}
embed[type="application/x-shockwave-flash"][width ="336"][height="280"] {display: none !important}
embed[type="application/x-shockwave-flash"][width ="300"][height="250"] {display: none !important}
embed[type="application/x-shockwave-flash"][width ="180"][height="150"] {display: none !important}
embed[type="application/x-shockwave-flash"][width ="240"][height="400"] {display: none !important}
embed[type="application/x-shockwave-flash"][width ="468"][height="240"] {display: none !important}
embed[type="application/x-shockwave-flash"][width ="120"][height="600"] {display: none !important}
embed[type="application/x-shockwave-flash"][width ="160"][height="600"] {display: none !important}
embed[type="application/x-shockwave-flash"][width ="336"][height="280"] {display: none !important}
