Note
My Plugins uses very optimized MutationObserver instead of patches and this is not efficient, I know I'm just a lazy coder, I will update them later to use patches for efficiency.
🫣 HideServerActivity Two Ways By CustomCSS or Plugin:
Hides the "Activity" section from the server members list in Discord, including any activity cards like playing games, listening, ect.
QuestComplete is a Vencord plugin that adds a “Spoof” button to the Quests tab in Discord, allowing you to complete quests without having to install or launch games/apps manually, also complete video quests fatser before video ends. Spoofing code adapted from this gist by aamiaa.
You can check Official Vencord or do below stuff:
Before installing, make sure you have:
# Clone the Vencord repository
git clone https://github.com/Vendicated/Vencord.git
cd Vencord
# Install dependencies
pnpm install-
Inside the
srcfolder create a new folderuserpluginsthen create another one with any name:src/userplugins/[any name]/ -
Download the plugin files 👉
index.tsx -
Place the plugin file in the folder:
src/userplugins/[any name]/index.tsx
Caution
Sometimes the plugin has many files other than index.tsx ignore README.md, get them all and place them in the same folder
Close Discord App, Run the following commands in the root directory of your Vencord clone:
# Build the stuff
pnpm build
# Inject stuff in Discord
pnpm injectJust Hit Enter for stable
