Auto-porting of Powercord plugins. Plugins in Module Store (so working ~100%): - [Mute New Guild](/RazerMoon/muteNewGuild) - [LaTeX-Cord](/amitpalbadhan/LaTeX-Cord) - [Mute & Unmute folders](/notsapinho/powercord-mute-folder) - [Snowflake Info](/NurMarvin/SnowflakeInfo) - [VCTimer](/RazerMoon/vcTimer) - [Fucking google it maker](/ShadiestGoat/Powercord-googleit-plugin) - [Custom Volume Range](/PandaDriver156/Custom-Volume-Range) Specific implementations: - PCPlugin preprocessor - Modules: - `powercord/entities`: - `Plugin`: - `settings` - `entityID` - `loadStylesheet` - Importing / loading - Removing / unloading - `powercord/webpack`: - `getModule` - `getAllModules` - `getModuleByDisplayName` - Some common modules (more over time) - `powercord/injector`: - `inject` - `uninject` - `powercord/utils`: - `findInReactTree` - `getReactInstance` - `getOwnerInstance` - `powercord/components/settings`: - `FormItem` - `TextInput`