您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Join full servers in moomoo.io
// ==UserScript== // @name Force Connect + WS Sender // @namespace https://gf.qytechs.cn/en/users/476081-pashka // @author Nuro // @description Join full servers in moomoo.io // @match *://moomoo.io/* // @match *://sandbox.moomoo.io/* // @match *://dev.moomoo.io/* // @grant none // @run-at document-start // @version 0.1.1 // @namespace https://gf.qytechs.cn/users/577135 // ==/UserScript== let servers, elemSet = Object.getOwnPropertyDescriptor(Element.prototype, 'innerHTML').set; Object.defineProperty(window, 'vultr', { set: (data) => { data.servers.forEach(server => server.games.forEach(game => game.playerCount = 0 - game.playerCount)); servers = data }, get: () => servers }); Object.defineProperty(Element.prototype, 'innerHTML', { set(data) { this.id === 'serverBrowser' && (data = data.replace(/-(\d)/g, '$1')) return elemSet.call(this, data); } }); localStorage.moofoll = !0;
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址