Closed
Bug 580256
Opened 15 years ago
Closed 15 years ago
AdBrite ads
Categories
(Camino Graveyard :: General, enhancement)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: contact, Unassigned)
References
()
Details
Attachments
(1 file)
|
434.10 KB,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.4; fr; rv:1.9.0.19) Gecko/2010051911 Camino/2.0.3 (MultiLang) (like Firefox/3.0.19)
Build Identifier: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.4; fr; rv:1.9.0.19) Gecko/2010051911 Camino/2.0.3 (MultiLang) (like Firefox/3.0.19)
AdBrite displays really annoying iframes that covers the whole page on some websites (e.g. http://www.tvsubtitles.net/).
Reproducible: Always
CSS to block it :
ispan[class="noadbriteinline"]{
display:none !important;
}
Comment 1•15 years ago
|
||
I don't se any iframe from adbrite on that site.
And those have been blocked for some time
http://bonsai.mozilla.org/cvsblame.cgi?file=mozilla/camino/resources/application/ad_blocking.css#421
| Reporter | ||
Comment 2•15 years ago
|
||
The iframe src is "http://www.testref.com/FR_SU_00.php" on this website.
Most of the time it is blocked, but sometime not. (They seem to be country-based ads.)
Furthermore, one of the current rules (l. 264 I think) blocks the "skip this ad" button (ID is "AdBriteSkipThisAd"), so I can't ...skip this ad.
I caught this in action when I was investigating!
Comment on attachment 461984 [details]
Adbrite annoyance (generated source)
The script that throws up the <ispan> :P sets overflow:hidden on the <body>, which breaks scrolling on the sites the <ispan> covers when you block the <ispan>. That's really sucky, and confusing, so philippe and I decided the best thing to do in Camino is to unblock the "skip this ad" button.
Attachment #461984 -
Attachment description: Adbrite annoyance → Adbrite annoyance (generated source)
Fixed by the checkin for bug 549250, http://hg.mozilla.org/camino/rev/1ee085041bf3
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•