Closed
Bug 567735
Opened 15 years ago
Closed 15 years ago
Ads on opensubtitles.org
Categories
(Camino Graveyard :: Annoyance Blocking, enhancement)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: contact, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.4; en; rv:1.9.2.5pre) Gecko/20100520 Camino/2.1a1pre (like Firefox/3.6.5pre)
Build Identifier: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.4; en; rv:1.9.2.5pre) Gecko/20100520 Camino/2.1a1pre (like Firefox/3.6.5pre)
Quite a lot of ads on this website, including annoying JS "slideouts".
Reproducible: Always
Here are the rules I use to block them :
@-moz-document domain(opensubtitles.org) {
a[href*="servead.php"],
div[id*="scrubbuad"],
iframe[src*="http://ads2.mediashakers.com"] {
display: none !important }
}
![]() |
||
Comment 1•15 years ago
|
||
After long and patient waiting (that site loads _very_ slowly), I finally found div[id*="scrubbuad"] at the bottom right of the page
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
•