Bug 543264 - Omnibus ad-blocking bug for February 2010. CSS rules by Philippe Wittenbergh <phiw@l-c-n.com> and me, r/sr=smorgan
git-svn-id: svn://10.0.0.236/trunk@259852 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -611,6 +611,7 @@ div[class^="adSpot"],
|
||||
div[class="relatedAds"],
|
||||
div[class^="adGoogle"],
|
||||
div[class="adgoogle"],
|
||||
div[class^="googleAdBlock"],
|
||||
div[id^="p360_ad"],
|
||||
div[id^="p360-"],
|
||||
div[class^="p360_"],
|
||||
@@ -644,7 +645,8 @@ div[id="rightrailads"],
|
||||
div[id="right-ads"],
|
||||
div[class="sponsorArea"],
|
||||
div[class="adblock"],
|
||||
div[class^="yab-"][class$="-ad"]
|
||||
div[class^="yab-"][class$="-ad"],
|
||||
div[class="floatedAd"]
|
||||
|
||||
{ display: none !important }
|
||||
|
||||
@@ -672,6 +674,8 @@ div[id*="Player"] iframe[src*="/ads."]
|
||||
|
||||
{ display: inline !important }
|
||||
|
||||
div[class="content has_ad"] { display: block !important }
|
||||
|
||||
@-moz-document domain(wiki.caminobrowser.org) {
|
||||
img[src*="/ad/"] { display: inline !important }
|
||||
}
|
||||
@@ -709,3 +713,7 @@ div[id="ads_backsplashSkin"] { display: block !important }
|
||||
@-moz-document domain(lastfm.de) {
|
||||
html embed[type="application/x-shockwave-flash"][width][height] { display: inline !important }
|
||||
}
|
||||
|
||||
@-moz-document domain(macwelt.de) {
|
||||
div[class*="advertisment"][id="spacer_58"] { display: block !important }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user