Skip to content

Instantly share code, notes, and snippets.

@NanoAi
Created August 7, 2019 00:04
Show Gist options
  • Save NanoAi/d44d5a90ace8b75c42b364fd642d7711 to your computer and use it in GitHub Desktop.
Save NanoAi/d44d5a90ace8b75c42b364fd642d7711 to your computer and use it in GitHub Desktop.
Hide blocked people on Discord (v2)
var headStyle = document.createElement('style');
headStyle.innerHTML = "div[class^=messageGroupBlocked-]{display:none!important;}";
document.head.appendChild(headStyle);
@NanoAi
Copy link
Author

NanoAi commented Aug 7, 2019

This should work on Windows, Mac and Linux!

HOW TO USE

  1. Open Discord.
  2. Press ctrl+shift+i (command+option+i on Mac). This will be referred to as console.
  3. Read the warning and if you decide that you don't trust me, then don't continue.
  4. Copy and paste the code above into console.
  5. Everything should now work, to remove restart/refresh (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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment