DZone Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world

Snippets has posted 5883 posts at DZone. View Full User Profile

Firefox UserContent.css

02.09.2006
| 104 views |
  • submit to reddit
        
/* google ads */
iframe[src*="googlesyndication"],
/* heise.de */
/*
*[class*="rand_links"],
*[class*="navi_links_news"],
*[class*="navi_links_user"],
*[class*="navi_links_kontakt"],
*/
*[class="werbung"],
*[class="suchen_nach"],
*[class="kasten_markt_titel"],
*[class="kasten_markt"],
*[class="kasten_news_titel"],
*[class="kasten_news"],
*[class="teaser"],
*[class*="adbottom"],
*[src="http://www.heise.de/icons/ho/1pix.gif"],
*[src="http://www.heise.de/RealMedia/ads/"],
/* derstandard.at */
*[class*="adv"],
*[href*="/adserver/"],
*[src*="/AdServer/"],
*[src*="/img/adv/"],
*[src*="/img/cont/adv/"],
*[class*="thema_lnk"],
*[class*="thema_lnk"],
*[class*="thema_body small"],
*[class*="thema_footer"] {
        display: none !important;
}