gitextract_pvv8lvhu/ ├── Assets/ │ ├── AC/ │ │ └── Preview/ │ │ └── README.md │ ├── AIC/ │ │ └── Preview/ │ │ └── README.md │ ├── BDEA/ │ │ └── Preview/ │ │ └── README.md │ ├── BES/ │ │ └── Preview/ │ │ └── README.md │ ├── BPECC/ │ │ └── Preview/ │ │ └── README.md │ ├── CJS/ │ │ └── Preview/ │ │ └── README.md │ ├── DST/ │ │ └── Preview/ │ │ └── README.md │ ├── FMC/ │ │ └── Preview/ │ │ └── README.md │ ├── GC/ │ │ └── Preview/ │ │ └── README.md │ ├── GFRA/ │ │ └── Preview/ │ │ └── README.md │ ├── IB/ │ │ └── Preview/ │ │ └── README.md │ ├── MA/ │ │ └── Preview/ │ │ └── README.md │ ├── ML/ │ │ └── Preview/ │ │ └── README.md │ ├── OLID/ │ │ └── Preview/ │ │ └── README.md │ ├── PCC/ │ │ └── Preview/ │ │ └── README.md │ ├── PPT/ │ │ └── Preview/ │ │ └── README.md │ ├── RA/ │ │ └── Preview/ │ │ └── README.md │ ├── SB/ │ │ └── Preview/ │ │ └── README.md │ ├── SBDE/ │ │ └── Preview/ │ │ └── README.md │ ├── SLD/ │ │ └── Preview/ │ │ └── README.md │ ├── ST/ │ │ └── Preview/ │ │ └── README.md │ ├── TB/ │ │ └── Preview/ │ │ └── README.md │ ├── UCB/ │ │ └── Preview/ │ │ └── README.md │ ├── VCN/ │ │ └── Preview/ │ │ └── README.md │ └── VGR/ │ └── Preview/ │ └── README.md ├── 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/ │ ├── GuildAndFriendRemovalAlerts.plugin.js │ ├── README.md │ └── src/ │ ├── components/ │ │ ├── item.jsx │ │ ├── item.scss │ │ └── settings.jsx │ ├── index.js │ ├── modules/ │ │ └── settings.js │ ├── package.json │ └── styles.scss ├── GuildAndFriendRemovalAlerts.plugin.js ├── 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/ │ └── README.md ├── ViewGuildRelationships.plugin.js ├── VoiceChatNotifications.plugin.js └── VoiceChatPanel.plugin.js