-
-
Save God-Osiris/a0af6a85bce3a4f2bd55f4acee06954d 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