Last active
December 5, 2023 04:05
-
-
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.
This file contains 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
/** | |
* @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