Skip to content

Instantly share code, notes, and snippets.

@fl3xice
Forked from MeguminSama/Discord Experiments.js
Created November 17, 2021 20:15
Show Gist options
  • Save fl3xice/958f10c8d2012d66c5c35599e1f73391 to your computer and use it in GitHub Desktop.
Save fl3xice/958f10c8d2012d66c5c35599e1f73391 to your computer and use it in GitHub Desktop.
Discord Experiments.js
webpackChunkdiscord_app.push([
["wp_isdev_patch"],
{},
(e) => {
for (let c in e.c)
if (e.c[c].exports?.default?.isDeveloper === false)
Object.defineProperty(e.c[c].exports.default, "isDeveloper", {
get: () => true,
});
},
]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment