A JavaScript-based injector for Discord themes that doesn't require patching the client
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
charlotte ✨ 7f045fc9e9 Use a web view instead of opening a browser 2 years ago
src Use a web view instead of opening a browser 2 years ago
styles Initial commit - Split from Lesbos theme 2 years ago
.editorconfig Initial commit - Split from Lesbos theme 2 years ago
.gitignore Initial commit - Split from Lesbos theme 2 years ago
Cargo.lock Use a web view instead of opening a browser 2 years ago
Cargo.toml Use a web view instead of opening a browser 2 years ago
LICENSE.md Initial commit - Split from Lesbos theme 2 years ago
README.md Initial commit - Split from Lesbos theme 2 years ago

README.md

discord-css-injector

This is a theme injector that doesn't require patching the Discord client. As a bonus, this means that you can easily use themes in Discord's web application, but the downside is that you have to apply your theme manually every time you start Discord.

Usage

$ cargo run
[...]
Listening on: http://127.0.0.1:12345/
  1. A browser should open at the given URL
  2. Choose the theme you want to apply
  3. Hit 'Copy JS'
  4. Paste into Discord's DevTools console (you can hit Ctrl + Shift + I to open this)