Vencord plugin to blur all medias, unblur when poiting the mouse
https://github.com/Walkoud/VC-BlurMediasToggle/releases/tag/installation
Before you begin, make sure you have the following installed on your system:
npm install -g pnpm@latest-10Open a terminal and run the following command to clone the Vencord repository:
git clone https://github.com/Vendicated/Vencord
cd VencordRun the following command to install the required dependencies:
pnpm install --frozen-lockfileNavigate to the src directory inside Vencord and create a folder named userplugins:
mkdir -p Vencord/src/userplugins/BlurMediasToggleDownload index.tsx and place it inside the BlurMediasToggle folder.
Run the following commands to build and inject Vencord:
pnpm build
pnpm injectUse the arrow keys to select Stable and press Enter.
Vencord is now installed with the BlurMediasToggle plugin!


