Skip to content

Instantly share code, notes, and snippets.

@Isopach
Created March 15, 2020 04:49
Show Gist options
  • Save Isopach/6fc0a9bcc8d6a80851298ac6dde80a73 to your computer and use it in GitHub Desktop.
Save Isopach/6fc0a9bcc8d6a80851298ac6dde80a73 to your computer and use it in GitHub Desktop.
One-line CSS to hide discord blocked messages
<style>div[class^="blockedSystemMessage-"],div[class*="blockedSystemMessage-"]{display:none !important;}</style>
@Isopach
Copy link
Author

Isopach commented Mar 31, 2020

To use:

  1. Open Inspector on your Discord app using CTRL + Shift + i (Windows) or CMD + Option + i (Mac)
  2. Right click on <head> tag and edit as HTML
  3. Then paste the code anywhere, preferably beside the <head> tag

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