aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorVen <vendicated@riseup.net>2022-09-27 18:13:48 +0200
committerGitHub <noreply@github.com>2022-09-27 18:13:48 +0200
commit48ebd71a56cc936b21448389b550feb796f1941f (patch)
treeccfd67e1bb63b4598e282f498d6805d90727df3e /README.md
parent815131ddb7f876dafe5b3fa368ab02da1265a65f (diff)
downloadVencord-48ebd71a56cc936b21448389b550feb796f1941f.tar.gz
Vencord-48ebd71a56cc936b21448389b550feb796f1941f.tar.bz2
Vencord-48ebd71a56cc936b21448389b550feb796f1941f.zip
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index ea0def2..4797306 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