← BLANCO

GIF VALIDATOR

A Vencord userplugin that finds broken Discord favorite GIFs and removes them with a confirmation step. It reads your favorites straight out of Discord's in-memory FrecencyUserSettings proto store, validates each URL with a HEAD request from Vencord's main process (so CORS doesn't block it), and saves changes by dispatching Discord's own settings-update flux event.

Inspired by jakeayy/gif-validator, a Bun CLI that does the same job from outside Discord. The plugin avoids the CLI's self-bot territory entirely — no token handling, no impersonated Chrome headers, no manual protobuf encoding. Everything runs through your already-authenticated client.

↓ VIEW ON GITHUB

HOW IT WORKS

UI

SETTINGS

LIMITATIONS

Inspired by jakeayy/gif-validator (Bun CLI). Built as a userplugin for Vencord.

View source on GitHub