Skip to content

Instantly share code, notes, and snippets.

@God-Osiris
Forked from MeguminSama/Discord Experiments.js
Created December 9, 2021 09:46
Show Gist options
  • Save God-Osiris/a0af6a85bce3a4f2bd55f4acee06954d to your computer and use it in GitHub Desktop.
Save God-Osiris/a0af6a85bce3a4f2bd55f4acee06954d 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