We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, there are two new functional codes to activate the experiments.
webpackChunkdiscord_app.push([["wp_isdev_patch"], {}, r => cache=Object.values(r.c)]); var UserStore = cache.find(m => m?.exports?.default?.getCurrentUser).exports.default; var actions = UserStore._dispatcher._actionHandlers._orderedActionHandlers["CONNECTION_OPEN"]; var user = UserStore.getCurrentUser(); actions.find(n => n.name === "ExperimentStore").actionHandler({ type: "CONNECTION_OPEN", user: {flags: user.flags |= 1}, experiments: [], }); actions.find(n => n.name === "DeveloperExperimentStore").actionHandler(); webpackChunkdiscord_app.pop(); user.flags &= ~1; "done";
or
webpackChunkdiscord_app.push([[0], {}, (e) => { module = Object.values(e.c).find(x => x?.exports?.default?.getUsers).exports.default; }]); nodes = Object.values(module._dispatcher._actionHandlers._dependencyGraph.nodes); try { nodes.find(x => x.name == "ExperimentStore").actionHandler["OVERLAY_INITIALIZE"]({ user: { flags: 1 } }); } catch (e) { } original = [module.getCurrentUser, module.getNonImpersonatedCurrentUser]; module.getCurrentUser = module.getNonImpersonatedCurrentUser = () => ({ isStaff: () => true }); nodes.find(x => x.name == "DeveloperExperimentStore").actionHandler["OVERLAY_INITIALIZE"](); [module.getCurrentUser, module.getNonImpersonatedCurrentUser] = original;
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello, there are two new functional codes to activate the experiments.
or
The text was updated successfully, but these errors were encountered: