Skip to content

Walkoud/VC-BlurMediasToggle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

BlurMedias

Vencord plugin to blur all medias, unblur when poiting the mouse

qeAOy72nXV Discord_rg4d71Q76G

image

How to Install Vencord with BlurMediasToggle

Install auto ✅ with Windows & Linux :

https://github.com/Walkoud/VC-BlurMediasToggle/releases/tag/installation

Install manualy :

Prerequisites

Before you begin, make sure you have the following installed on your system:

Install pnpm (if not already installed)

npm install -g pnpm@latest-10

Installation Steps

1. Clone the Repository

Open a terminal and run the following command to clone the Vencord repository:

git clone https://github.com/Vendicated/Vencord
cd Vencord

2. Install Dependencies

Run the following command to install the required dependencies:

pnpm install --frozen-lockfile

3. Create User Plugin Directory

Navigate to the src directory inside Vencord and create a folder named userplugins:

mkdir -p Vencord/src/userplugins/BlurMediasToggle

4. Add the Plugin File

Download index.tsx and place it inside the BlurMediasToggle folder.

5. Build and Inject Vencord

Run the following commands to build and inject Vencord:

pnpm build
pnpm inject

6. Select Stable Version

Use the arrow keys to select Stable and press Enter.

🎉 Done!

Vencord is now installed with the BlurMediasToggle plugin!