Post
Topic
Board Meta
Re: [UserScript] ACTUALLY ignore users: remove quotes from ignored users
by
TryNinja
on 09/05/2025, 04:57:56 UTC
I tried this as it removes the quote block completely

Code:
if (ignoreList.includes(authorMatch[1]) && quoteBody) {
quoteHeader.parentElement.remove();

I suppose the outcome would be the same, I happened to make an observation.
Because if you remove the quote, you will probably think the guy replying to the ignored user is talking to someone else (like the OP). You still need the quote indicator to know he is replying to that guy.