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
how to filter ebays "Featured Items"?
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