Greasy Fork is available in English.

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('