// ==UserScript== // @name Adblock-Agar-Mods // @namespace Online // @version 2.7 // @description enter something useful // @author You // @match http://agar.io/ // @grant none // @downloadURL none // ==/UserScript== var script = document.createElement('script'); script.src = "http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"; (document.body || document.head || document.documentElement).appendChild(script); $("#adbg").hide(); $(".agario-promo").hide(); $("div#s250x250").hide(); $("div.form-group div[style='float: right; margin-top: 10px; height: 40px;']").hide(); $("div.form-group div h2").html('

AgarioMods

');