hiding block of elements

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

hiding block of elements

Post by hemmax »

HI!
how can i hide a huge block of elements with undefined length? an structure

Code: Select all

<h2>ads (header should be hidden)</h2>
...
everything in between shold be hidden
<a href=...>...</a>
...
<h2>header that should be visible</h2>
Wladimir Palant

Post by Wladimir Palant »

I am afraid you cannot do it like this with CSS (and element hiding is based on CSS).
Locked