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?
ABP not collasping td?
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%"]