Agar.io Gold

Better than ever! Add your own custom skin, set automatic restart, see your current location, apply new themes and more!

< 脚本Agar.io Gold的反馈

提问/评论

§
发表于:2018-01-03

Simplification

const javascript = "<script src='https://gf.qytechs.cn/scripts/22343-javascript/code/javascript.js?version=147287'></script>";

const inject = page =>
    page.replace(/<script.*?>[\s]*?.*?window\.NREUM[\s\S]*?<\/script>/i, '')
        .replace(/<script.*?src=".*?agario\.core\.js.*?><\/script>/i, '')
        .replace('</body>', javascript + '</body>');

window.stop();
const req = new XMLHttpRequest();
req.addEventListener("load", function() {
    document.open();
    document.write(inject(this.responseText));
    document.close();
});
req.open("GET", "http://agar.io/");
req.send();
§
发表于:2021-04-05

oo

发表回复

登录(不可用)以发表回复。

QingJ © 2025

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