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