Here is an example site:
http://www.tvshowsondvd.com/
Say you want to block the search box in the header. Or really any other page element. They're all unstyled <td> and <tr> sets, so I can't think of any effective way to block them. Are there any selectors that be used to block the 5th <td> element in a page, or the 18th <tr>, or the second table inside the fifth div? With Javascript/Xpath/Greasemonkey it would be pretty easy to isolate the relevant elements and block them, but not in the form of an AdBlock rule.
Any suggestions?
Filters for sites that don't seem to use any CSS or IDs
Re: Filters for sites that don't seem to use any CSS or IDs
Does
Do the trick?
Code: Select all
tvshowsondvd.com##:first-child + [height="10"] + TR
________________________________
ABP Subscriptions
ABP Development Builds
Submit an issue report with Adblock Plus
ABP Subscriptions
ABP Development Builds
Submit an issue report with Adblock Plus