-
-
Save MeguminSama/2cae24c9e4c335c661fa94e72235d4c4 to your computer and use it in GitHub Desktop.
let cache; webpackChunkdiscord_app.push([["wp_isdev_patch"], {}, r => cache=r.c]); | |
var UserStore = Object.values(cache).find(m => m?.exports?.default?.getUser).exports.default; | |
var actions = Object.values(UserStore._dispatcher._actionHandlers._dependencyGraph.nodes); | |
var user = UserStore.getCurrentUser(); | |
actions.find(n => n.name === "ExperimentStore").actionHandler.CONNECTION_OPEN({ | |
type: "CONNECTION_OPEN", user: {flags: user.flags |= 1}, experiments: [], | |
}); | |
actions.find(n => n.name === "DeveloperExperimentStore").actionHandler.CONNECTION_OPEN(); | |
webpackChunkdiscord_app.pop(); user.flags &= ~1; "done"; |
thanks pal, I loved that QA disclaimer
ggz, pog code
thanks
works :)
i love u
meguu
read if cute
quite incredible
Q: "It didn't work!!!"
A: Good for you. I'm not your support agent.
Best faq writer 😂
Update ur gist please. This code doesn't work
still works for me
"I'm not your support agent."
You might be my spirit animal though.
I'll start deleting dumb comments from now on. Let me make a small FAQ.
Q: "I enabled an experiment but cant use it!!!!" A: Discord locks many experiments on the API. Enabling it on the client does not bypass this.
Q: "omg ur gonna steal my details" A: Read the code. It literally just changes a zero to a one (false -> true).
Q: "How to I disable this?" A: Press CTRL+R to refresh the client, or fully close it from the taskbar and restart it.
Q: "It didn't work!!!" A: Good for you. I'm not your support agent.
10/10 FAQ
Working as of latest discord update 0.25-1 (Feb 13. 2023)
Thanks
Works for me
still works!
working april 15th 2023
Working April 28th, 2023, Tested on PTB, Canary, & regular Discord.
May 3, working on Canary.
read if cute
hi vendicated
h
Working on all builds, thank you!
Hi, cheers, this worked for me (September 22 2023).
Also feel free to delete this comment if not wanted, but I was just wondering if there was a way to enable the experiment to be turned on permanently, so that I do not have to do it on launch everytime.
Hi, cheers, this worked for me (September 22 2023). Also feel free to delete this comment if not wanted, but I was just wondering if there was a way to enable the experiment to be turned on permanently, so that I do not have to do it on launch everytime.
Hi there,
I hope you have a good day! You can achieve that using client mods. The best option is probably Vencord, it has great performance unlike some other client mods, it's easy to install and it works in browsers as well! After you installed it you can go ahead and open up Settings > Vencord (category name) > Plugins and search for Experiments and enable it. Restart your Discord client and there it is you have it permanently enabled. You can disable it at any time if you want. And as with many other client mods sometimes the Discord update removes the client mod, but the only thing you have to do is use the Vencord installer to reinstall Vencord and you're good to go. (You don't have to re-enable the plugin because Vencord keeps the config files elsewhere.) Also feel free to check other plugins or joining the Vencord Discord server.
How? ctrl+SHIFT+I doesn't open console. so what do you do with this code?
@chrisssj2 you can use the web version, or follow this guide to enable devtools on the stable release or you could download and use any other release other than stable because discord has disabled devtools for stable a long time ago
Here you can download the PTB (64-bit) or canary (64-bit) release for Windows. Hope this helps!
THanks this works!! been looking for this for months now again!
Another patch because we love discord:
(as of writing this the update is only pushed to canary and ptb)
let cache; webpackChunkdiscord_app.push([["wp_isdev_patch"], {}, r => cache=r.c]);
var UserStore = Object.values(cache).find(m => m?.exports?.default?.getUser).exports.default;
var actions = Object.values(UserStore._dispatcher._actionHandlers._dependencyGraph.nodes);
var user = UserStore.getCurrentUser();
actions.find(n => n.name === "ExperimentStore").actionHandler.CONNECTION_OPEN({
type: "CONNECTION_OPEN", user: {flags: user.flags |= 1}, experiments: [],
});
actions.find(n => n.name === "DeveloperExperimentStore").actionHandler.CONNECTION_OPEN();
webpackChunkdiscord_app.pop(); user.flags &= ~1; "done";
@Zyrenth thanks for the patch. Gist has been updated.
very h
works as of may 2024
I don't know whether to be offended, or to laugh lol