Created
August 7, 2019 00:04
-
-
Save NanoAi/d44d5a90ace8b75c42b364fd642d7711 to your computer and use it in GitHub Desktop.
Hide blocked people on Discord (v2)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var headStyle = document.createElement('style'); | |
headStyle.innerHTML = "div[class^=messageGroupBlocked-]{display:none!important;}"; | |
document.head.appendChild(headStyle); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This should work on Windows, Mac and Linux!
HOW TO USE
ctrl+shift+i
(command+option+i
on Mac). This will be referred to as console.ctrl+r
) Discord.PLEASE NOTE
It is highly unlikely that you will get banned or punished in any way for using the code above. However, if something goes wrong and Discord threatens your family by name, or sends a representative to remove your reproductive organs, or if the script has any other undesirable effect. Don't blame the author of this script!
tl;dr Use at your own risk!