Hide part of list

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

Hide part of list

Post by Widmo »

Hi
I'm looking for a way to hide some users comments on a blog site.
This are

Code: Select all

<li class="comment">
some body with divs and other stuff
keyword for filtering
</li>

elements. Trick is to filter it based on content, not on attribute.
When I use #li(comment) then all comments are hidden. Which is not exactly what I would like.
Could it be done with AdBlock Plus?

Regards
User avatar
rick752
Posts: 2709
Joined: Fri Jun 09, 2006 7:59 pm
Location: New York USA
Contact:

Post by rick752 »

Unfortunately, "no". Elements cannot be hidden by using the content contained within them ... sorry.
Locked