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-10
Open a terminal and run the following command to clone the Vencord repository:
git clone https://github.com/Vendicated/Vencord
cd Vencord
Run the following command to install the required dependencies:
pnpm install --frozen-lockfile
Navigate to the src
directory inside Vencord
and create a folder named userplugins
:
mkdir -p Vencord/src/userplugins/BlurMediasToggle
Download index.tsx
and place it inside the BlurMediasToggle
folder.
Run the following commands to build and inject Vencord:
pnpm build
pnpm inject
Use the arrow keys to select Stable
and press Enter
.
Vencord is now installed with the BlurMediasToggle plugin!