Update README.md
This commit is contained in:
parent
815131ddb7
commit
48ebd71a56
1 changed files with 3 additions and 1 deletions
|
@ -4,10 +4,12 @@ My own Discord Desktop mod :)
|
|||
|
||||
## Features
|
||||
|
||||
- Works on Discord's latest swc update that breaks all other mods
|
||||
- Proper context isolation -> Works in newer Electron versions (Confirmed working on versions 13-21)
|
||||
- Inline patches: Patch Discord's code with regex replacements! See [the experiments plugin](src/plugins/experiments.ts) for an example. While being more complex, this is more powerful than monkey patching since you can patch only small parts of functions instead of fully replacing them, access non exported/local variables and even replace constants (like in the aforementioned experiments patch!)
|
||||
- Experiments
|
||||
- Custom Css: Manually edit `%appdata%/Vencord/settings/quickCss.css` / `~/.config/Vencord/settings/quickCss.css` with your favourite editor and the client will automatically apply your changes
|
||||
- Useful™ plugins - [List](https://github.com/Vendicated/Vencord/tree/main/src/plugins)
|
||||
- Many Useful™ plugins - [List](https://github.com/Vendicated/Vencord/tree/main/src/plugins)
|
||||
|
||||
## Installing
|
||||
|
||||
|
|
Loading…
Reference in a new issue