A collection of CSS tweaks I use for Discord and other websites.
I made this after people asked for me to update my tweak on Reddit, from this thread
If there's any issues, please file an issue.
To use these tweaks you should have either a browser extension such as Stylus, or Discord client mod such as Vencord (Browser Extension also available)
From there, the steps vary, but you need to copy and paste the tweaks you want into the CSS file or area, if you need help reach out to a tech-savy friend who can help you. I may add a guide in the future but for now this is all the help I'll provide really unless the style breaks.
If you wish to contribute, please file a pull request, currently I would appreciate someone to write up a how-to guide eiter directly in the repo, or the wiki feature, though doing pull requests on the latter is new to me.
This Hides the Discovery Tab
@import url('https://raw.githubusercontent.com/Codingale/css-tweaks/refs/heads/main/discord/discord-hide-discovery.css');
Hides the Shop and Store tabs
@import url('https://raw.githubusercontent.com/Codingale/css-tweaks/refs/heads/main/discord/discord-hide-shop-n-store.css');
Hides the excessive buttons (Gift, Gifs, Stickers, etc) in the chat bar. Please note this shouldn't not effect buttons from Vencord plugins.
@import url('https://raw.githubusercontent.com/Codingale/css-tweaks/refs/heads/main/discord/discord-hide-excessive-buttons.css');
Hides the App Launcher from the chat area
@import url('https://raw.githubusercontent.com/Codingale/css-tweaks/refs/heads/main/discord/discord-hide-text-applauncher.css');