Last active
November 12, 2024 15:13
-
-
Save altacountbabi/fbb93e52946c2571b678119e0f4f8b69 to your computer and use it in GitHub Desktop.
Discord QuickCSS
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
/* color scheme | |
@import url("https://catppuccin.github.io/discord/dist/catppuccin-mocha.theme.css"); */ | |
button[aria-label="Send a gift"], | |
div[aria-label="Start Video Call"], | |
div[aria-label*="Show User Profile"], | |
a[href="https://support.discord.com"], | |
section[aria-label="Channel header"] > div > div > div[class*="divider"], | |
section[aria-label="Channel header"] > div > div > div[class*="nicknames"], | |
section[aria-label="Channel header"] > div > div > div[class*="akaBadge"], | |
section[aria-label="Channel header"] > div > div > div[class*="topic"], | |
nav[class*="privateChannels"] > div[class*="searchBar"], | |
a[href="/store"], | |
a[href="/shop"], | |
div[class*="nowPlayingColumn"], | |
div[class*="channelAppLauncher"], | |
.gif-picker-tab-panel div[class*="result_bad"]::after, | |
nav[aria-label="Servers sidebar"] > ul > div[class*="scroller"] > *:nth-last-child(-n+3) { | |
display: none !important; | |
} | |
/* | |
Hides the following elements: | |
gift button in message bar | |
video call button (nothing good comes out of this button) | |
user profile button in top bar | |
support page button (the ? button in top bar) | |
top bar nicknames, "AKA" badge and topic (channel description) | |
search bar in middle side bar | |
store and nitro tabs | |
now playing section in friends tab | |
app launcher in message bar | |
gif picker hover effect | |
"Download Apps" button in server list | |
Known Issues: | |
some elements may not be hidden if your not using english as the ui language because some elements are found with english labels | |
*/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment