Skip to content
View MeguminSama's full-sized avatar
🏳️‍🌈
Programming
🏳️‍🌈
Programming

Sponsors

@Zeryther
Block or Report

Block or report MeguminSama

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
MeguminSama/README.md

Hey there, I'm Rie.

I write software, mostly related to Discord modding. I'm also Available To Hire!

Discord ModLoader

Load Discord Client Mods (such as Vencord, Moonlight, BetterDiscord) without ever needing to patch the Discord client. Saving you the pain of patching/unpatching/updating whenever the client or mod updates. Check it out here

DPacker

A webpack debundler, primarily made for splitting & beautifying webpack modules for easy reading & parsing. Specifically targets Discord, but works for most other webpack sites. Check it out here

JSX Reconstructor

Convert webpack/minified react code back into valid JSX. Check it out here

Discord Build Logger

Logging all Discord builds, currently undergoing a rewrite. Check it out here

Discord Experiments Enabler

A small script you can paste into your Discord client to enable experiments without needing a client mod. Effects stay until you reload the client. Check it out here

hhhhh

github stats

Pinned

  1. Discord Experiments.js Discord Experiments.js
    1
    let cache; webpackChunkdiscord_app.push([["wp_isdev_patch"], {}, r => cache=r.c]);
    2
    var UserStore = Object.values(cache).find(m => m?.exports?.default?.getUser).exports.default;
    3
    var actions = Object.values(UserStore._dispatcher._actionHandlers._dependencyGraph.nodes);
    4
    var user = UserStore.getCurrentUser();
    5
    actions.find(n => n.name === "ExperimentStore").actionHandler.CONNECTION_OPEN({
  2. Discord-ModLoader Discord-ModLoader Public

    Load Discord Client Mods like Vencord/Moonlight without modifying any files!

    Rust 13

  3. dpacker dpacker Public

    Webpack debundler

    JavaScript 13 1

  4. JSX-Reconstructor JSX-Reconstructor Public

    Converting React.createElement back to JSX

    TypeScript 10 1

  5. discord-slash-commands discord-slash-commands Public

    Node.JS Slash Commands for Discord

    TypeScript 100 14

  6. genshin-audio-extractor genshin-audio-extractor Public

    Convert Genshin Impact audio files into a playable format

    JavaScript 157 22