aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorVen <vendicated@riseup.net>2022-09-16 17:38:53 +0200
committerGitHub <noreply@github.com>2022-09-16 17:38:53 +0200
commitdc6b32706a1e215fb8638cd962fe88186578525d (patch)
tree37133a9167a5dcd1819a994b692cfcabc53bece7 /README.md
parent48014989dd770ac679bcedd007be3605dfdcfd4a (diff)
downloadVencord-dc6b32706a1e215fb8638cd962fe88186578525d.tar.gz
Vencord-dc6b32706a1e215fb8638cd962fe88186578525d.tar.bz2
Vencord-dc6b32706a1e215fb8638cd962fe88186578525d.zip
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 81844d0..ea0def2 100644
--- a/README.md
+++ b/README.md
@@ -7,6 +7,7 @@ My own Discord Desktop mod :)
- 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!)
- 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)
## Installing