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 :/
 
Joined
Jan 31, 2018
Messages
12
@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/)
 

rdn

Forum Admin
Staff
Developer
Joined
Jan 18, 2018
Messages
282
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.
 

rdn

Forum Admin
Staff
Developer
Joined
Jan 18, 2018
Messages
282
@axim359 blocked comment rows now have a .post-blocked class to make it easier for your filters.
 
Joined
Apr 23, 2018
Messages
1,071
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).
 
Joined
Jan 31, 2018
Messages
12
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

Top