You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
ArjixWasTaken c3ff092162
Add nitro bypass (#4)
2 years ago
.vscode Add nitro bypass (#4) 2 years ago
src Add nitro bypass (#4) 2 years ago
.gitignore Rewrite 2 years ago
README.md Add install instructions!! :3 2 years ago
build.mjs Make Settings & Settings Page 2 years ago
install.sh Fix installer 2 years ago
package.json Add nitro bypass (#4) 2 years ago
pnpm-lock.yaml Add nitro bypass (#4) 2 years ago
tsconfig.json Refactor webpack; Add ErrorBoundary 2 years ago
uninstall.sh Add install instructions!! :3 2 years ago

README.md

Vencord

My own Discord Desktop mod :)

Features

  • Proper context isolation -> Works in newer Electron versions
  • Inline patches: Patch Discord's code with regex replacements! See the experiments plugin 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

Installing

pnpm install
./install.sh