Page 1 of 1

Hide part of list

Posted: Tue Dec 18, 2007 10:06 pm
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

Posted: Wed Dec 19, 2007 6:01 am
by rick752
Unfortunately, "no". Elements cannot be hidden by using the content contained within them ... sorry.