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 :/
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.
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).