Skip to content

Instantly share code, notes, and snippets.

@RazerMoon
Last active April 24, 2020 19:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RazerMoon/924ac221edeb2ab57682e8d7e2dadc9f to your computer and use it in GitHub Desktop.
Save RazerMoon/924ac221edeb2ab57682e8d7e2dadc9f to your computer and use it in GitHub Desktop.
Gets rid of the Discord Nitro tab in settings
/* Discord Nitro Tab be gone */
/* By RazerMoon*/
.da-item:not(.da-themed):not(span):not(.da-clickable) {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment