├── Assets ├── AC │ └── Preview │ │ ├── README.md │ │ ├── e0.gif │ │ ├── se0.png │ │ └── se1.png ├── AIC │ └── Preview │ │ ├── README.md │ │ ├── e0.png │ │ ├── e1.png │ │ ├── e2.png │ │ ├── e3.png │ │ └── e4.png ├── BDEA │ └── Preview │ │ ├── README.md │ │ ├── e0.png │ │ └── se0.png ├── BES │ └── Preview │ │ ├── README.md │ │ ├── e0.png │ │ └── e1.png ├── BPECC │ └── Preview │ │ ├── README.md │ │ ├── e0.png │ │ └── e1.png ├── CJS │ └── Preview │ │ ├── README.md │ │ ├── e0.png │ │ └── e1.png ├── DST │ └── Preview │ │ ├── README.md │ │ ├── e0.png │ │ ├── e1.png │ │ └── se0.png ├── FMC │ └── Preview │ │ ├── README.md │ │ ├── e0.png │ │ ├── e1.png │ │ ├── ve0.mp4 │ │ └── ve1.mp4 ├── GC │ └── Preview │ │ ├── README.md │ │ └── e0.png ├── GFRA │ └── Preview │ │ ├── README.md │ │ ├── e0.png │ │ ├── e1.png │ │ └── e2.png ├── IB │ └── Preview │ │ ├── README.md │ │ └── ve0.mp4 ├── MA │ └── Preview │ │ ├── README.md │ │ ├── e0.png │ │ ├── e1.png │ │ └── e2.png ├── ML │ └── Preview │ │ ├── README.md │ │ ├── e0.png │ │ ├── e1.png │ │ ├── se0.png │ │ └── se1.png ├── OLID │ └── Preview │ │ ├── README.md │ │ └── ve0.mp4 ├── PCC │ └── Preview │ │ ├── README.md │ │ ├── e0.png │ │ ├── e1.png │ │ └── e2.png ├── PPT │ └── Preview │ │ ├── README.md │ │ ├── e0.png │ │ ├── e1.png │ │ └── e2.png ├── RA │ └── Preview │ │ ├── README.md │ │ ├── se0.png │ │ └── ve0.mp4 ├── SB │ └── Preview │ │ ├── README.md │ │ ├── e0.png │ │ ├── e1.png │ │ ├── e2.png │ │ └── e3.png ├── SBDE │ └── Preview │ │ ├── README.md │ │ ├── e0.png │ │ └── e1.png ├── SLD │ └── Preview │ │ ├── README.md │ │ └── ve0.mp4 ├── ST │ └── Preview │ │ ├── README.md │ │ ├── e0.png │ │ ├── e1.png │ │ ├── e2.png │ │ ├── e3.png │ │ ├── e4.png │ │ └── ve0.mp4 ├── TB │ └── Preview │ │ ├── README.md │ │ ├── e0.png │ │ ├── e1.png │ │ ├── ve0.mp4 │ │ └── ve1.mp4 ├── UCB │ └── Preview │ │ ├── README.md │ │ ├── e0.png │ │ ├── e1.png │ │ └── se0.png ├── VCN │ └── Preview │ │ ├── README.md │ │ ├── e0.png │ │ ├── e1.png │ │ ├── e2.png │ │ └── e3.png └── VGR │ └── Preview │ ├── README.md │ ├── e0.png │ └── e1.png ├── AutoCorrect.plugin.js ├── AutoRefreshSettingsPanel.plugin.js ├── AvatarIconViewer.plugin.js ├── BDEmoteAutocomplete.plugin.js ├── BetterEmoteSizes.plugin.js ├── Bruh.plugin.js ├── CustomJs.plugin.js ├── CustomizableAvatarDPI.plugin.js ├── DetailedServerTooltips.plugin.js ├── DoubleClickVoiceChannels.plugin.js ├── FormattableMessageCopier.plugin.js ├── GuildAndFriendRemovalAlerts.plugin.js ├── GuildAndFriendRemovalAlerts ├── GuildAndFriendRemovalAlerts.plugin.js ├── README.md └── src │ ├── components │ ├── item.jsx │ ├── item.scss │ └── settings.jsx │ ├── index.js │ ├── modules │ └── settings.js │ ├── package.json │ └── styles.scss ├── GuildCounter.plugin.js ├── IdleGuildlistScroller.plugin.js ├── ImageBrowser.plugin.js ├── Lib └── NeatoBurritoLibrary.js ├── MentionAliases.plugin.js ├── NateUtilities.plugin.js ├── OpenLinksInDiscord.plugin.js ├── PinCollapsedChannels.plugin.js ├── PinPluginsAndThemes.plugin.js ├── PreventSpotifyAutoPause.plugin.js ├── README.md ├── ReactionImages.plugin.js ├── SaveTo.plugin.js ├── SelectedChannelNotifications.plugin.js ├── SendBDEmotes.plugin.js ├── SendLinksDirectly.plugin.js ├── ShareButton.plugin.js ├── SuppressUserMentions.plugin.js ├── TheClapBestClapPluginClapEver.plugin.js ├── TransitioningBackgrounds.plugin.js ├── UnreadCountBadges.plugin.js ├── UserBirthdays.plugin.js ├── VCMuteSounds.plugin.js ├── VideoExamples ├── MessageLogger.mp4 ├── OpenLinksInDiscord.mp4 ├── README.md ├── ReactionImages.mp4 └── SendLinksDirectly.mp4 ├── ViewGuildRelationships.plugin.js ├── VoiceChatNotifications.plugin.js └── VoiceChatPanel.plugin.js /Assets/AC/Preview/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/Assets/AC/Preview/README.md -------------------------------------------------------------------------------- /Assets/AC/Preview/e0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/Assets/AC/Preview/e0.gif -------------------------------------------------------------------------------- /Assets/AC/Preview/se0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/Assets/AC/Preview/se0.png -------------------------------------------------------------------------------- /Assets/AC/Preview/se1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/Assets/AC/Preview/se1.png -------------------------------------------------------------------------------- /Assets/AIC/Preview/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/Assets/AIC/Preview/README.md -------------------------------------------------------------------------------- /Assets/AIC/Preview/e0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/Assets/AIC/Preview/e0.png -------------------------------------------------------------------------------- /Assets/AIC/Preview/e1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/Assets/AIC/Preview/e1.png -------------------------------------------------------------------------------- /Assets/AIC/Preview/e2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/Assets/AIC/Preview/e2.png -------------------------------------------------------------------------------- /Assets/AIC/Preview/e3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/Assets/AIC/Preview/e3.png -------------------------------------------------------------------------------- /Assets/AIC/Preview/e4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/Assets/AIC/Preview/e4.png -------------------------------------------------------------------------------- /Assets/BDEA/Preview/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/Assets/BDEA/Preview/README.md -------------------------------------------------------------------------------- /Assets/BDEA/Preview/e0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/Assets/BDEA/Preview/e0.png -------------------------------------------------------------------------------- /Assets/BDEA/Preview/se0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/Assets/BDEA/Preview/se0.png -------------------------------------------------------------------------------- /Assets/BES/Preview/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/Assets/BES/Preview/README.md -------------------------------------------------------------------------------- /Assets/BES/Preview/e0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/Assets/BES/Preview/e0.png -------------------------------------------------------------------------------- /Assets/BES/Preview/e1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/Assets/BES/Preview/e1.png -------------------------------------------------------------------------------- /Assets/BPECC/Preview/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/Assets/BPECC/Preview/README.md -------------------------------------------------------------------------------- /Assets/BPECC/Preview/e0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/Assets/BPECC/Preview/e0.png -------------------------------------------------------------------------------- /Assets/BPECC/Preview/e1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/Assets/BPECC/Preview/e1.png -------------------------------------------------------------------------------- /Assets/CJS/Preview/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/Assets/CJS/Preview/README.md -------------------------------------------------------------------------------- /Assets/CJS/Preview/e0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/Assets/CJS/Preview/e0.png -------------------------------------------------------------------------------- /Assets/CJS/Preview/e1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/Assets/CJS/Preview/e1.png -------------------------------------------------------------------------------- /Assets/DST/Preview/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/Assets/DST/Preview/README.md -------------------------------------------------------------------------------- /Assets/DST/Preview/e0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/Assets/DST/Preview/e0.png -------------------------------------------------------------------------------- /Assets/DST/Preview/e1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/Assets/DST/Preview/e1.png -------------------------------------------------------------------------------- /Assets/DST/Preview/se0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/Assets/DST/Preview/se0.png -------------------------------------------------------------------------------- /Assets/FMC/Preview/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/Assets/FMC/Preview/README.md -------------------------------------------------------------------------------- /Assets/FMC/Preview/e0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/Assets/FMC/Preview/e0.png -------------------------------------------------------------------------------- /Assets/FMC/Preview/e1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/Assets/FMC/Preview/e1.png -------------------------------------------------------------------------------- /Assets/FMC/Preview/ve0.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/Assets/FMC/Preview/ve0.mp4 -------------------------------------------------------------------------------- /Assets/FMC/Preview/ve1.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/Assets/FMC/Preview/ve1.mp4 -------------------------------------------------------------------------------- /Assets/GC/Preview/README.md: -------------------------------------------------------------------------------- 1 | ![Preview #1](e0.png) 2 | -------------------------------------------------------------------------------- /Assets/GC/Preview/e0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/Assets/GC/Preview/e0.png -------------------------------------------------------------------------------- /Assets/GFRA/Preview/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/Assets/GFRA/Preview/README.md -------------------------------------------------------------------------------- /Assets/GFRA/Preview/e0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/Assets/GFRA/Preview/e0.png -------------------------------------------------------------------------------- /Assets/GFRA/Preview/e1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/Assets/GFRA/Preview/e1.png -------------------------------------------------------------------------------- /Assets/GFRA/Preview/e2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/Assets/GFRA/Preview/e2.png -------------------------------------------------------------------------------- /Assets/IB/Preview/README.md: -------------------------------------------------------------------------------- 1 | ![Video Preview](ve0.mp4) 2 | -------------------------------------------------------------------------------- /Assets/IB/Preview/ve0.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/Assets/IB/Preview/ve0.mp4 -------------------------------------------------------------------------------- /Assets/MA/Preview/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/Assets/MA/Preview/README.md -------------------------------------------------------------------------------- /Assets/MA/Preview/e0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/Assets/MA/Preview/e0.png -------------------------------------------------------------------------------- /Assets/MA/Preview/e1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/Assets/MA/Preview/e1.png -------------------------------------------------------------------------------- /Assets/MA/Preview/e2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/Assets/MA/Preview/e2.png -------------------------------------------------------------------------------- /Assets/ML/Preview/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/Assets/ML/Preview/README.md -------------------------------------------------------------------------------- /Assets/ML/Preview/e0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/Assets/ML/Preview/e0.png -------------------------------------------------------------------------------- /Assets/ML/Preview/e1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/Assets/ML/Preview/e1.png -------------------------------------------------------------------------------- /Assets/ML/Preview/se0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/Assets/ML/Preview/se0.png -------------------------------------------------------------------------------- /Assets/ML/Preview/se1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/Assets/ML/Preview/se1.png -------------------------------------------------------------------------------- /Assets/OLID/Preview/README.md: -------------------------------------------------------------------------------- 1 | ![Video Preview](ve0.mp4) 2 | -------------------------------------------------------------------------------- /Assets/OLID/Preview/ve0.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/Assets/OLID/Preview/ve0.mp4 -------------------------------------------------------------------------------- /Assets/PCC/Preview/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/Assets/PCC/Preview/README.md -------------------------------------------------------------------------------- /Assets/PCC/Preview/e0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/Assets/PCC/Preview/e0.png -------------------------------------------------------------------------------- /Assets/PCC/Preview/e1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/Assets/PCC/Preview/e1.png -------------------------------------------------------------------------------- /Assets/PCC/Preview/e2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/Assets/PCC/Preview/e2.png -------------------------------------------------------------------------------- /Assets/PPT/Preview/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/Assets/PPT/Preview/README.md -------------------------------------------------------------------------------- /Assets/PPT/Preview/e0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/Assets/PPT/Preview/e0.png -------------------------------------------------------------------------------- /Assets/PPT/Preview/e1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/Assets/PPT/Preview/e1.png -------------------------------------------------------------------------------- /Assets/PPT/Preview/e2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/Assets/PPT/Preview/e2.png -------------------------------------------------------------------------------- /Assets/RA/Preview/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/Assets/RA/Preview/README.md -------------------------------------------------------------------------------- /Assets/RA/Preview/se0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/Assets/RA/Preview/se0.png -------------------------------------------------------------------------------- /Assets/RA/Preview/ve0.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/Assets/RA/Preview/ve0.mp4 -------------------------------------------------------------------------------- /Assets/SB/Preview/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/Assets/SB/Preview/README.md -------------------------------------------------------------------------------- /Assets/SB/Preview/e0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/Assets/SB/Preview/e0.png -------------------------------------------------------------------------------- /Assets/SB/Preview/e1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/Assets/SB/Preview/e1.png -------------------------------------------------------------------------------- /Assets/SB/Preview/e2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/Assets/SB/Preview/e2.png -------------------------------------------------------------------------------- /Assets/SB/Preview/e3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/Assets/SB/Preview/e3.png -------------------------------------------------------------------------------- /Assets/SBDE/Preview/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/Assets/SBDE/Preview/README.md -------------------------------------------------------------------------------- /Assets/SBDE/Preview/e0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/Assets/SBDE/Preview/e0.png -------------------------------------------------------------------------------- /Assets/SBDE/Preview/e1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/Assets/SBDE/Preview/e1.png -------------------------------------------------------------------------------- /Assets/SLD/Preview/README.md: -------------------------------------------------------------------------------- 1 | ![Video Preview](ve0.mp4) 2 | -------------------------------------------------------------------------------- /Assets/SLD/Preview/ve0.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/Assets/SLD/Preview/ve0.mp4 -------------------------------------------------------------------------------- /Assets/ST/Preview/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/Assets/ST/Preview/README.md -------------------------------------------------------------------------------- /Assets/ST/Preview/e0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/Assets/ST/Preview/e0.png -------------------------------------------------------------------------------- /Assets/ST/Preview/e1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/Assets/ST/Preview/e1.png -------------------------------------------------------------------------------- /Assets/ST/Preview/e2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/Assets/ST/Preview/e2.png -------------------------------------------------------------------------------- /Assets/ST/Preview/e3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/Assets/ST/Preview/e3.png -------------------------------------------------------------------------------- /Assets/ST/Preview/e4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/Assets/ST/Preview/e4.png -------------------------------------------------------------------------------- /Assets/ST/Preview/ve0.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/Assets/ST/Preview/ve0.mp4 -------------------------------------------------------------------------------- /Assets/TB/Preview/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/Assets/TB/Preview/README.md -------------------------------------------------------------------------------- /Assets/TB/Preview/e0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/Assets/TB/Preview/e0.png -------------------------------------------------------------------------------- /Assets/TB/Preview/e1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/Assets/TB/Preview/e1.png -------------------------------------------------------------------------------- /Assets/TB/Preview/ve0.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/Assets/TB/Preview/ve0.mp4 -------------------------------------------------------------------------------- /Assets/TB/Preview/ve1.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/Assets/TB/Preview/ve1.mp4 -------------------------------------------------------------------------------- /Assets/UCB/Preview/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/Assets/UCB/Preview/README.md -------------------------------------------------------------------------------- /Assets/UCB/Preview/e0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/Assets/UCB/Preview/e0.png -------------------------------------------------------------------------------- /Assets/UCB/Preview/e1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/Assets/UCB/Preview/e1.png -------------------------------------------------------------------------------- /Assets/UCB/Preview/se0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/Assets/UCB/Preview/se0.png -------------------------------------------------------------------------------- /Assets/VCN/Preview/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/Assets/VCN/Preview/README.md -------------------------------------------------------------------------------- /Assets/VCN/Preview/e0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/Assets/VCN/Preview/e0.png -------------------------------------------------------------------------------- /Assets/VCN/Preview/e1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/Assets/VCN/Preview/e1.png -------------------------------------------------------------------------------- /Assets/VCN/Preview/e2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/Assets/VCN/Preview/e2.png -------------------------------------------------------------------------------- /Assets/VCN/Preview/e3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/Assets/VCN/Preview/e3.png -------------------------------------------------------------------------------- /Assets/VGR/Preview/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/Assets/VGR/Preview/README.md -------------------------------------------------------------------------------- /Assets/VGR/Preview/e0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/Assets/VGR/Preview/e0.png -------------------------------------------------------------------------------- /Assets/VGR/Preview/e1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/Assets/VGR/Preview/e1.png -------------------------------------------------------------------------------- /AutoCorrect.plugin.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/AutoCorrect.plugin.js -------------------------------------------------------------------------------- /AutoRefreshSettingsPanel.plugin.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/AutoRefreshSettingsPanel.plugin.js -------------------------------------------------------------------------------- /AvatarIconViewer.plugin.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/AvatarIconViewer.plugin.js -------------------------------------------------------------------------------- /BDEmoteAutocomplete.plugin.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/BDEmoteAutocomplete.plugin.js -------------------------------------------------------------------------------- /BetterEmoteSizes.plugin.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/BetterEmoteSizes.plugin.js -------------------------------------------------------------------------------- /Bruh.plugin.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/Bruh.plugin.js -------------------------------------------------------------------------------- /CustomJs.plugin.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/CustomJs.plugin.js -------------------------------------------------------------------------------- /CustomizableAvatarDPI.plugin.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/CustomizableAvatarDPI.plugin.js -------------------------------------------------------------------------------- /DetailedServerTooltips.plugin.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/DetailedServerTooltips.plugin.js -------------------------------------------------------------------------------- /DoubleClickVoiceChannels.plugin.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/DoubleClickVoiceChannels.plugin.js -------------------------------------------------------------------------------- /FormattableMessageCopier.plugin.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/FormattableMessageCopier.plugin.js -------------------------------------------------------------------------------- /GuildAndFriendRemovalAlerts.plugin.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/GuildAndFriendRemovalAlerts.plugin.js -------------------------------------------------------------------------------- /GuildAndFriendRemovalAlerts/GuildAndFriendRemovalAlerts.plugin.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/GuildAndFriendRemovalAlerts/GuildAndFriendRemovalAlerts.plugin.js -------------------------------------------------------------------------------- /GuildAndFriendRemovalAlerts/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/GuildAndFriendRemovalAlerts/README.md -------------------------------------------------------------------------------- /GuildAndFriendRemovalAlerts/src/components/item.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/GuildAndFriendRemovalAlerts/src/components/item.jsx -------------------------------------------------------------------------------- /GuildAndFriendRemovalAlerts/src/components/item.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/GuildAndFriendRemovalAlerts/src/components/item.scss -------------------------------------------------------------------------------- /GuildAndFriendRemovalAlerts/src/components/settings.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/GuildAndFriendRemovalAlerts/src/components/settings.jsx -------------------------------------------------------------------------------- /GuildAndFriendRemovalAlerts/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/GuildAndFriendRemovalAlerts/src/index.js -------------------------------------------------------------------------------- /GuildAndFriendRemovalAlerts/src/modules/settings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/GuildAndFriendRemovalAlerts/src/modules/settings.js -------------------------------------------------------------------------------- /GuildAndFriendRemovalAlerts/src/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/GuildAndFriendRemovalAlerts/src/package.json -------------------------------------------------------------------------------- /GuildAndFriendRemovalAlerts/src/styles.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/GuildAndFriendRemovalAlerts/src/styles.scss -------------------------------------------------------------------------------- /GuildCounter.plugin.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/GuildCounter.plugin.js -------------------------------------------------------------------------------- /IdleGuildlistScroller.plugin.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/IdleGuildlistScroller.plugin.js -------------------------------------------------------------------------------- /ImageBrowser.plugin.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/ImageBrowser.plugin.js -------------------------------------------------------------------------------- /Lib/NeatoBurritoLibrary.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/Lib/NeatoBurritoLibrary.js -------------------------------------------------------------------------------- /MentionAliases.plugin.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/MentionAliases.plugin.js -------------------------------------------------------------------------------- /NateUtilities.plugin.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/NateUtilities.plugin.js -------------------------------------------------------------------------------- /OpenLinksInDiscord.plugin.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/OpenLinksInDiscord.plugin.js -------------------------------------------------------------------------------- /PinCollapsedChannels.plugin.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/PinCollapsedChannels.plugin.js -------------------------------------------------------------------------------- /PinPluginsAndThemes.plugin.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/PinPluginsAndThemes.plugin.js -------------------------------------------------------------------------------- /PreventSpotifyAutoPause.plugin.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/PreventSpotifyAutoPause.plugin.js -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/README.md -------------------------------------------------------------------------------- /ReactionImages.plugin.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/ReactionImages.plugin.js -------------------------------------------------------------------------------- /SaveTo.plugin.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/SaveTo.plugin.js -------------------------------------------------------------------------------- /SelectedChannelNotifications.plugin.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/SelectedChannelNotifications.plugin.js -------------------------------------------------------------------------------- /SendBDEmotes.plugin.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/SendBDEmotes.plugin.js -------------------------------------------------------------------------------- /SendLinksDirectly.plugin.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/SendLinksDirectly.plugin.js -------------------------------------------------------------------------------- /ShareButton.plugin.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/ShareButton.plugin.js -------------------------------------------------------------------------------- /SuppressUserMentions.plugin.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/SuppressUserMentions.plugin.js -------------------------------------------------------------------------------- /TheClapBestClapPluginClapEver.plugin.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/TheClapBestClapPluginClapEver.plugin.js -------------------------------------------------------------------------------- /TransitioningBackgrounds.plugin.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/TransitioningBackgrounds.plugin.js -------------------------------------------------------------------------------- /UnreadCountBadges.plugin.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/UnreadCountBadges.plugin.js -------------------------------------------------------------------------------- /UserBirthdays.plugin.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/UserBirthdays.plugin.js -------------------------------------------------------------------------------- /VCMuteSounds.plugin.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/VCMuteSounds.plugin.js -------------------------------------------------------------------------------- /VideoExamples/MessageLogger.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/VideoExamples/MessageLogger.mp4 -------------------------------------------------------------------------------- /VideoExamples/OpenLinksInDiscord.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/VideoExamples/OpenLinksInDiscord.mp4 -------------------------------------------------------------------------------- /VideoExamples/README.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /VideoExamples/ReactionImages.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/VideoExamples/ReactionImages.mp4 -------------------------------------------------------------------------------- /VideoExamples/SendLinksDirectly.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/VideoExamples/SendLinksDirectly.mp4 -------------------------------------------------------------------------------- /ViewGuildRelationships.plugin.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/ViewGuildRelationships.plugin.js -------------------------------------------------------------------------------- /VoiceChatNotifications.plugin.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/VoiceChatNotifications.plugin.js -------------------------------------------------------------------------------- /VoiceChatPanel.plugin.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Metalloriff/BetterDiscordPlugins/HEAD/VoiceChatPanel.plugin.js --------------------------------------------------------------------------------