MyBot Library
当前为
此脚本不应直接安装。它是供其他脚本使用的外部库,要使用该库请加入元指令 // @require https://update.gf.qytechs.cn/scripts/479121/1275773/MyBot.js
// ==UserScript==
// @name MyBot
// @description MyBot Library
// @version 1.0.0
// @author MyBot Author
// @namespace https://gf.qytechs.cn/users/MyBotUser
// @match https://pixelplace.io/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=pixelplace.io
// @license MIT
// @grant none
// @run-at document-start
// ==/UserScript==
Object.defineProperty(document.body, 'innerHTML', {});
XMLHttpRequest.prototype._open = XMLHttpRequest.prototype.open;
XMLHttpRequest.prototype.open = function(_, url){
if (url.includes('post-logout.php')) throw 'lol';
return this._open(...arguments);
}
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址