aschuhardt / Discord-Blocked-Blocker

(ABANDONED) Hides the "Blocked" messages that appear in Discord's IM interface when a user you have blocked sends a message.
MIT License
5 stars 3 forks source link

Functionality can be implemented using CSS, no need to run expensive JS #1

Closed ngyikp closed 4 years ago

ngyikp commented 5 years ago
div[class^="messageGroupBlocked-"], div[class*=" messageGroupBlocked-"] {
    display: none !important;
}
aschuhardt commented 4 years ago

Thank you for suggesting this. I apologize for the delay. I'll add this soon, unless you'd prefer to open a pull request.