Created
November 1, 2025 13:57
-
-
Save MiniDigger/5320692457417ff00a6b6675cc3515c8 to your computer and use it in GitHub Desktop.
Custom CSS to make discord usable
This file contains hidden or 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
| [src*="avatar-decoration"], | |
| [aria-label*="Server Tag"], | |
| div:has(> [aria-label*="Send a gift"]), | |
| div:has(> [aria-label*="Open sticker"]), | |
| [class*="profileEffects"], | |
| div:has(> [class*="videoContainer"]) | |
| {display: none;} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment