From 48ebd71a56cc936b21448389b550feb796f1941f Mon Sep 17 00:00:00 2001 From: Ven Date: Tue, 27 Sep 2022 18:13:48 +0200 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ea0def26..4797306b 100644 --- a/README.md +++ b/README.md @@ -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