ABP not collasping td?

Everything about using Adblock Plus on Mozilla Firefox, Thunderbird and SeaMonkey
Post Reply
sheepy
Posts: 147
Joined: Sat Jun 17, 2006 8:44 pm

ABP not collasping td?

Post by sheepy »

In the chinese site http://96bbs.com/ two rules can block all ads on top:
http://www.96bbs.com/images/adv/
http://cpro.baidu.com/
However the space remains, because it is not collapsing td and tr that contains the ads. Also, assuming ABP would collapse td and tr, some would remains because some td contains <script> elements which as I understand would prevent a parent element from being collapsed.

I run into the later issue many times, since there are a lot of script-loaded ads. Is this a known issue?
Wladimir Palant

Post by Wladimir Palant »

Adblock Plus will only collapse the ads themselves, not the tags they are in. And the page layout is such that the table cells occupy space even if they are empty. You can only work around with an element hiding rule here, maybe something like:

Code: Select all

96bbs.com##DIV.maintable.dpmscbody > TABLE[width="100%"]
Post Reply