I'm tired of seeing tables filled with ad links... they're more and more common at image galleries. This filter removes the entire content of a <td> or <th> if it contains an ad link. I've been tweaking this filter all day, and think it's now finally useful (as in it does not trigger too often on pages it shouldn't). Should you encounter pages that mix ad content with actual content inside one element, just place them in the SkipTables blocklist, and this filter will leave that page alone.
Name = "Kill ad tables"
Active = TRUE
URL = "(^$LST(SkipTables))"
Bounds = "$NEST(<th*,*,</th>)|$NEST(<td*,*,</td>)"
Limit = 2048
Match = "(*href=$AV(*://($LST(AdList))1*)*)>*</a*"
Replace = "<span class="prox" kill="Ad Table" detail="1" reason="9"></span>"
If you edit your prox.css to comment out the pseudo-classes .prox:before and .prox:after, the ad tables will completely disappear
Check the "Other" forum for my current prox.cssEdited by - Jor on 26 Apr 2002 15:41:24