Agar.io Gold

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

< Feedback on Agar.io Gold

سؤال / تعليق

§
Posted: 03-01-2018

Simplification

const javascript = "<script src='https://greasyfork.org/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();
§
Posted: 05-04-2021

oo

Post reply

تسجيل الدخول إلى مرحلة ما بعد الرد.