Closed
Bug 567676
Opened 13 years ago
Closed 13 years ago
Ads on allocine.fr
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) There is quite a lot of ads remaining on this website. They all have the same class (adbox), so they are all blocked by this rule : @-moz-document domain(allocine.fr) { div[class*="adbox"] { display: none !important } } Reproducible: Always
![]() |
||
Comment 1•13 years ago
|
||
based on hunting on IRC: div[class~="adbox"] or even div[class^="adbox"]
Fixed by the checkin for bug 549250, http://hg.mozilla.org/camino/rev/1ee085041bf3
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•