19 lines
539 B
Markdown
19 lines
539 B
Markdown
# 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
|
|
|
|
```shell
|
|
$ 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)
|