I've already suggested that the 'hide' user feature should hide them better, such as not showing replies.
I figured I could use my considerable spare time to make this happen (what's the saying? Idle hands are the…something's playthings).
Anyway, the script is here: https://greasyfork.org/en/scripts/490404-just-vanish. Put that into your favourite userscript extension (tampermonkey, greasemonkey, etc.).
- Add the usernames to the script from line 14 into the array (cbf building the UI to edit lists)
- If you have hidden/blocked users, you'll also need to add them into the second array (under 'hideUserIds') because the username isn't in the DOM
- This script will hide the user's posts from 'Live' and forums
- It fully hides the user's content, including if it's 'hidden' (i.e. "Comment blocked. Show")
- Also hides replies to hidden users (if I don't want to see their comment, why would I want to see replies to it?)
Anyway, have at it.
Admit it - you wanted to call this the 'official jv filter'