Skip to content

Instantly share code, notes, and snippets.

@Zeitheron
Last active December 5, 2023 04:05
Show Gist options
  • Save Zeitheron/31d8e6c1817566746ac120ebb305d6e0 to your computer and use it in GitHub Desktop.
Save Zeitheron/31d8e6c1817566746ac120ebb305d6e0 to your computer and use it in GitHub Desktop.
"I don't need support!" is a simple theme that completely hides Discord's support button.
/**
* @name I Don't Need Support!
* @author Zeitheron
* @authorId 376091478142746625
* @authorLink https://me.zeith.org
* @version 1.0.1
* @description Hide the Discord support button completely.
* @donate https://ko-fi.com/zeith
* @source https://gist.github.com/Zeitheron/31d8e6c1817566746ac120ebb305d6e0
* @updateUrl https://gist.githubusercontent.com/Zeitheron/31d8e6c1817566746ac120ebb305d6e0/raw/IDontNeedSupport.theme.css
*/
a[href="https://support.discord.com"] {
width: 0px;
height: 0px;
visibility: hidden;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment