a collection of plugins I made for Replugged, a Discord client mod.
Important
Due to problems with my laptop (which is the only computer I possess), I will no longer be able to maintain any of my projects for an indefinite period.
If you wish to maintain this project, you can do so in the form of PRs.
- Magnificent : removes the width & height restriction of images in image popouts.
- NoSpotifyPause : stops Discord from pausing your Spotify playback while in VC.
- SpotifyListenAlong : allows you to use the "Listen along" feature without Spotify Premium, because Spotify Premium is not actually required
- SpotifyModal : shows a little modal on your user dock that lets you see & control what you're playing on Spotify.
- Translator : allows you to translate messages in-app.
- Quark : allows you to create persistent (runs every startup) JavaScript snippets.
- Clone repository
git clone https://github.com/Socketlike/replugged-plugins --recurse-submodules
- Install dependencies
pnpm i
- Build
pnpm build:dev # unminified & sourcemapped artifacts pnpm build:prod # minified artifacts
- Then load missing plugins