https://github.com/walkoud/vc-blurmediastoggle
Vencord plugin to blur all medias & install auto ✅
https://github.com/walkoud/vc-blurmediastoggle
discord vencord vencord-plugin vencord-plugins
Last synced: over 1 year ago
JSON representation
Vencord plugin to blur all medias & install auto ✅
- Host: GitHub
- URL: https://github.com/walkoud/vc-blurmediastoggle
- Owner: Walkoud
- Created: 2024-07-27T15:40:19.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-10T12:09:22.000Z (over 1 year ago)
- Last Synced: 2025-02-10T12:36:21.429Z (over 1 year ago)
- Topics: discord, vencord, vencord-plugin, vencord-plugins
- Language: TypeScript
- Homepage:
- Size: 11.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BlurMedias
Vencord plugin to blur all medias, unblur when poiting the mouse



# 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:
- [Node.js](https://nodejs.org/) (Latest LTS recommended)
- [Git](https://git-scm.com/)
- [pnpm](https://pnpm.io/installation)
### Install pnpm (if not already installed)
```sh
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:
```sh
git clone https://github.com/Vendicated/Vencord
cd Vencord
```
### 2. Install Dependencies
Run the following command to install the required dependencies:
```sh
pnpm install --frozen-lockfile
```
### 3. Create User Plugin Directory
Navigate to the `src` directory inside `Vencord` and create a folder named `userplugins`:
```sh
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:
```sh
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!