您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Discordのデベロッパー機能(Experimentsなど)を有効にします
// ==UserScript== // @name IamDeveloper // @description Discordのデベロッパー機能(Experimentsなど)を有効にします // @description:en Enable Developer Feature(e.x. Experiments) in Discord // @author waki285 // @version 1.1.2 // @match *.discord.com/* // @exclude support.discord.com/* // @exclude support-dev.discord.com/* // @namespace https://gf.qytechs.cn/users/585161 // ==/UserScript== 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";
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址