您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
2015/2016
// ==UserScript== // @name Tu madre (@sca1land) // @namespace real agar.io from 2015. // @version v2.2 // @description 2015/2016 // @author © @sca1land // @match *://agar.io/* // @run-at document-start // @grant GM_xmlhttpRequest // @connect ext.agarbot.ovh // ==/UserScript== if (location.host === "agar.io" && location.pathname === "/") { window.stop(); location.href = "https://agar.io/agarbot" + location.hash; return; } document.documentElement.innerHTML = ""; GM_xmlhttpRequest({ method : "GET", url : "https://ext.agarbot.ovh/", onload : function(e) { document.open(); document.write(e.responseText); document.close(); } });
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址