Skip to content

Instantly share code, notes, and snippets.

@MobCat
Last active October 29, 2024 13:37
Show Gist options
  • Save MobCat/baccc43678e6b7fab8d4d7f5f867d8e0 to your computer and use it in GitHub Desktop.
Save MobCat/baccc43678e6b7fab8d4d7f5f867d8e0 to your computer and use it in GitHub Desktop.
MobCat's small list of custom Discord CSS
/* MobCat's small list of custom Discord CSS 20241030
Used with Vencord v1.4.0
Click the cat icon -> Open QuickCSS
Discord keeps adding buttons and ads I don't want and Vencord doesn't have
plugins or settings for some of this stuff, so we gotta do it ourselves. */
/* Remove Nitro Link from DMs list */
a[href="/store"] { display: none; }
/* Removes Shop Link from DMs list */
a[href="/shop"] { display: none; }
/* Removes Gift Nitro button from chat 20241007 */
button[aria-label="Send a gift" i] { display: none; }
/* Removes discord help button
We dont need help where we are going
BUG: Hides links too */
/* .anchor_af404b {display: none;} */
/* Removes inbox button 20241007
I don't recommend removing this, but I never use it as it never works
how I'd expect it to work and it just sits there with
notifications all the time */
.recentsIcon_ea0547 {display: none;}
/* Remove Apps and commands serach button from chat */
[class*="channelAppLauncher_"] { display: none !important; }
/* Remove Discover server button (footer_aa1bff) 20241007 */
/* Bug also removes buttons on forms. */
/* [class*="footer_"] { display: none !important; } */
[class*="footer_aa1bff"] { display: none !important; }
/* Remove new messages message 20241007 */
[class*="unreadMentionsIndicatorBottom_"] { display: none !important; }
/* ? dont remember. As of 20241007 this css missing or dosent work anymore now
div[aria-label="Start an Activity" i] { display: none; }
div[class^="premiumFeatureBorder"] { display: none; }
button[class*=" giftButton"] { display: none; }
*/
@MobCat
Copy link
Author

MobCat commented Oct 29, 2024

Fixed

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