IamDeveloper

Discordのデベロッパー機能(Experimentsなど)を有効にします

当前为 2021-11-25 提交的版本,查看 最新版本

// ==UserScript==
// @name IamDeveloper
// @description Discordのデベロッパー機能(Experimentsなど)を有効にします
// @description:en Enable Developer Feature(e.x. Experiments) in Discord
// @author waki285
// @version 1.1.0
// @match *.discord.com/*
// @exclude support.discord.com/*
// @exclude support-dev.discord.com/*
// @namespace https://gf.qytechs.cn/users/585161
// ==/UserScript==

Object.defineProperty(
  (
    webpackChunkdiscord_app.push(
      [
        [''],
        {},
        (e) => {
          m = [];
          for (let c in e.c) m.push(e.c[c]) ;
        }
      ]
    ),
    m
  ).find((m) => 
    m?.exports?.default?.isDeveloper !== void 0
  ).exports.default,
  "isDeveloper",
  { 
    get: () => true
  }
);

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址