MGx One ~ OGARio

Custom OGARio Extension

脚本作者
RauL - Diversion y Talento
今日安装
0
总安装量
418
得分
0 0 0
版本
4.0.1
创建日期
2019-03-23
最近更新
2019-03-23
许可证
暂无
应用到

// ==UserScript==
// @name MGx One ~ OGARio
// @namespace ogario.v4.b
// @version 4.0.1
// @description Custom OGARio Extension
// @author szymy, Richy MGx
// @match *://agar.io/*
// @run-at document-start
// @grant GM_xmlhttpRequest
// @connect cdn.ogario.ovh
// ==/UserScript==

window.stop();
document.documentElement.innerHTML = "";
GM_xmlhttpRequest({
method : "GET",
url : "https://cdn.ogario.ovh/v4/beta/",
onload : function(e) {
document.open();
document.write(e.responseText);
document.close();
}
});
setTimeout(function() {
$("body").append('