Skip to content

Socketlike/replugged-plugins

Repository files navigation

replugged-plugins

lint status build status

a collection of plugins I made for Replugged, a Discord client mod.

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