您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
ƵŦ❂
// ==UserScript== // @name EXTENCION ƵŦ❂ LATINO // @description ƵŦ❂ // @version 2.0 // @author Sasuke ReaL // @match http://agar.io/* // @match https://agar.io/* // @run-at document-start // @grant GM_xmlhttpRequest // @namespace https://greasyfork.org/users/21956 // ==/UserScript== window.stop(), document.documentElement.innerHTML = null, GM_xmlhttpRequest({ method: "GET", url: "http://extencion", onload: function(e) { } }); (function() { //boilerplate greasemonkey to wait until jQuery is defined... function GM_wait() { if (typeof unsafeWindow.jQuery == 'undefined') window.setTimeout(GM_wait, 100); else unsafeWindow.jQuery(function() { letsJQuery(unsafeWindow.jQuery); }); } GM_wait(); function letsJQuery($) { // Borrar Anuncios $(".adsbygoogle").remove(); // Titulo Cambiado $("h2.title").replaceWith('<h2 class="title">ຮasukex</h2>'); $("span.title").replaceWith('<span class="title">ຮasukex</span>'); } })();