how to filter ebays "Featured Items"?

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

how to filter ebays "Featured Items"?

Post by charisto »

Hi
I want to filter ebays Featured Items.
There is a div expresion at start of the table "navigation ebFeatMsg" and the same is at the end. Now i want to block all elements between these two, how can i do this?
Thanks for your help
Wladimir Palant

Post by Wladimir Palant »

Unfortunately CSS doesn't allow you to select something "between this and that", you can only choose elements following something. You also can't say "following an element with a child like this". Consequently it got complicated. This element hiding expression will hide up to 10 featured items: http://pastebin.com/826708
Locked