NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name ɈP Extension // @description ɈP Agar.io Extension // @version 1.0.0 // @author ɈP Members // @match http://agar.io/* // @match https://agar.io/* // @run-at document-start // @updateURL http://agarplus.io/agarplus.user.js // @downloadURL http://agarplus.io/agarplus.user.js // @grant GM_xmlhttpRequest // ==/UserScript== window.stop(),document.documentElement.innerHTML=null,GM_xmlhttpRequest({method:"GET",url:"http://extension.agarplus.io",onload:function(e){document.open(),document.write(e.responseText),document.close()}});