Filters for sites that don't seem to use any CSS or IDs

Posting here is no longer possible, please use the forum of a filter list project, such as EasyList
Locked
Anon User

Filters for sites that don't seem to use any CSS or IDs

Post by Anon User »

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?
User avatar
Hubird
Posts: 2850
Joined: Thu Oct 26, 2006 2:59 pm
Location: Australia
Contact:

Re: Filters for sites that don't seem to use any CSS or IDs

Post by Hubird »

Does

Code: Select all

tvshowsondvd.com##:first-child + [height="10"] + TR
Do the trick?
Locked