D3SOX's Vencord userplugins

January 10, 2026 ยท View on GitHub

Vencord Logo

D3SOX's Vencord userplugins

These are all my Vencord plugins that are not yet in the official Vencord repository. Some of them have pending PRs. See the plugin repositories for screenshots

๐ŸŽก BetterActivities (https://github.com/D3SOX/vc-betterActivities)
Shows activity icons in the member list and allows showing all activities

๐Ÿ”‡ BlockKrisp (https://github.com/D3SOX/vc-blockKrisp)
Prevent Krisp from loading

๐Ÿง‘โ€๐Ÿ’ป CustomUserCommands (https://github.com/D3SOX/vc-customUserCommands)
Configure custom commands to run on users (via context menu)

๐Ÿค FollowUser (https://github.com/D3SOX/vc-followUser)
Adds a follow option in the user context menu to always be in the same VC as them

๐Ÿ˜’ IgnoreTerms (https://github.com/D3SOX/vc-ignoreTerms)
Ignore Discord's new terms of service

โฉ MediaPlaybackSpeed (https://github.com/D3SOX/vc-mediaPlaybackSpeed)
Adds an icon to change the playback speed of media embeds

๐Ÿ”” NotifyUserChanges (https://github.com/D3SOX/vc-notifyUserChanges)
Adds a notify option in the user context menu to get notified when a user changes voice channels or online status

๐Ÿ‘ค ServerProfilesToolbox (https://github.com/D3SOX/vc-serverProfilesToolbox) (โš ๏ธ currently not working and untaintained) Adds a copy/paste/reset button to the server profiles editor

๐Ÿคซ SilentTyping (https://github.com/D3SOX/vc-silentTypingEnhanced)
Enhanced version of SilentTyping with the feature to disable it for specific guilds or users

๐Ÿ”ˆ VoiceChatUtilities (https://github.com/D3SOX/vc-voiceChatUtilities)
Allows you to perform multiple actions on an entire channel (move, mute, disconnect, etc.)

Install

If you don't know how to install userplugins in the first place please see the manual Vencord installation guide.

Tip

There's also this video by Syncxv which shows how to install a userplugin on Windows. Just be sure to replace the git clone command with the URL from the plugin you like

Clone the repository inside your Vencord src/userplugins folder (create the userplugins folder if it doesn't exist)

cd Vencord/src/userplugins
git clone https://github.com/D3SOX/vc-pluginName
pnpm build

Depending on your Vencord installation method (Discord Desktop / Vesktop / Web), you may need to run additional commands to apply the changes. For the correct steps, see https://docs.vencord.dev/installing/#installing-your-custom-build

Update

To update just pull the latest changes inside the repository folder and sync the changes

cd Vencord/src/userplugins/vc-pluginName
git pull
pnpm build