Skip to content

Alex9600t/Fake-Avatar-Decoration-Plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Fake Avatar Decoration

Simple plugin to add a fake Avatar decoration visible to all users who have the plugin installed.

Examples:

deco 0 deco 1

How to install?

  1. Read this page and follow all the instructions.
  2. Clone the repository:
cd src
git clone https://github.com/Alex9600t/Fake-Avatar-Decoration-Plugin userplugins/fakeAvatarDecoration

Important

In the file Vencord/src/main/csp/index.ts, add the following value to the end of the CspPolicies variable:

"vcfad.vercel.app": ImageAndCssSrc

Example:
Before:

export const CspPolicies: PolicyMap = {
   "http://localhost:*": ImageAndCssSrc,
   "http://127.0.0.1:*": ImageAndCssSrc,
   "localhost:*": ImageAndCssSrc,
   // ...
    "usrbg.is-hardly.online": ImageSrc, // USRBG API
    "icons.duckduckgo.com": ImageSrc, // DuckDuckGo Favicon API (Reverse Image Search)
}

After:

export const CspPolicies: PolicyMap = {
   "http://localhost:*": ImageAndCssSrc,
   "http://127.0.0.1:*": ImageAndCssSrc,
   "localhost:*": ImageAndCssSrc,
.   // ...
   "usrbg.is-hardly.online": ImageSrc, // USRBG API
   "icons.duckduckgo.com": ImageSrc, // DuckDuckGo Favicon API (Reverse Image Search)
   // NEW
   "vcfad.vercel.app": ImageAndCssSrc, // NEW
}
  1. Rebuild vencord:
pnpm build
pnpm inject
  1. Open settings and enable the plugin.

How to use?

  1. Go to the website and find a beautiful avatar decoration.
  2. Paste the ID into the ID field.
  3. Click Publish and confirm. deco 0

Warning

The request is valid for 90 seconds only.

About

Simple plugin to add a fake Avatar decoration visible to all users who have the plugin installed.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published