A lightweight tool that allows you to customize Discord's appearance with custom CSS. This injector automatically applies your CSS modifications to Discord's client and persists them across restarts. This is not meant for BetterDiscord, this is a standalone code for vanilla Discord.
- 🎨 Inject custom CSS into Discord
- 🔄 Changes persist across Discord updates
- 🛡️ Automatic backup of original Discord files
- 💫 Includes a sample transparent theme
- Clone this repository:
git clone https://github.com/openseb/dsi
cd DSI- Install dependencies:
npm install- Run the injector:
node injectcss.js- Restart Discord to see the changes
- Modify the
custom.cssfile with your desired CSS changes - Run the injector script
- Restart Discord
The included sample theme provides a transparent Discord interface with blur effects. Feel free to modify it or replace it with your own CSS.
- Always run the script with administrator privileges ( not required on some devices )
- Make sure Discord is installed in the default location
- Keep the
.backupfiles that are created - they contain your original Discord configuration - This tool modifies Discord's client files. While it creates backups, use at your own risk
- Some Discord updates might require re-running the injector
To revert to the original Discord appearance:
- Navigate to Discord's installation directory
- Find the
index.js.backupfile in the core module - Remove the
index.jsfile and renameindex.js.backuptoindex.js - Restart Discord
This project is licensed under the MIT License - see the LICENSE file for details.
