-
-
Save fl3xice/958f10c8d2012d66c5c35599e1f73391 to your computer and use it in GitHub Desktop.
Discord Experiments.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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