Hiding blocked users

Joined
Oct 2, 2018
Messages
7
I'm sure this was suggested already, but can there be at least a toggle to completely hide blocked users instead of showing "this comment was hidden because you've blocked user x" in comments and the like? It's annoying :/
 
@Emiya

If you have an ad blocker you can accomplish this with custom filters. The following line should hide the blocked user placeholders without breaking anything else.

mangadex.org##.post > td:has-text(/^This post is hidden because you blocked/)
 
The reason I kept the small blocked box is because it gets confusing when you read through a comment chain and people reply to blocked user's messages. But I suppose I could add a css class to the box to make at least adblock blocking easier.
 
@axim359 blocked comment rows now have a .post-blocked class to make it easier for your filters.
 
Thank you! I love when there are css classes that mark what things are, rather than just how they should look (which bootstrap has made more prevalent).
 
Using has-text in custom adblock filters always makes me feel a little icky so thanks for the update. ?
 

Users who are viewing this thread

Back
Top