Skip to content

Socketlike/replugged-plugins

Repository files navigation

replugged-plugins

lint status build status support server

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.

List of plugins

  • Magnificent install Magnificent : removes the width & height restriction of images in image popouts.
  • NoSpotifyPause install NoSpotifyPause : stops Discord from pausing your Spotify playback while in VC.
  • SpotifyListenAlong install SpotifyListenAlong : allows you to use the "Listen along" feature without Spotify Premium, because Spotify Premium is not actually required
  • SpotifyModal install SpotifyModal : shows a little modal on your user dock that lets you see & control what you're playing on Spotify.
  • Translator install Translator : allows you to translate messages in-app.

List of discontinued plugins

  • Quark install Quark - this plugin is not approved by the Replugged team and is discontinued; use at your own risk! : allows you to create persistent (runs every startup) JavaScript snippets.

Building

  • 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