Agar.io ad killer

get rid of those stupid ads (i will still be adding to this script! not the final version!)

// ==UserScript==
// @name         Agar.io ad killer
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  get rid of those stupid ads (i will still be adding to this script! not the final version!)
// @author       You
// @match        http://agar.io/
// @grant        none
// ==/UserScript==

var elem = document.getElementById("advertisement"); elem.parentNode.removeChild(elem);
var elem = document.getElementById("mcbanners-container"); elem.parentNode.removeChild(elem);
var elem = document.getElementById("openfl-content"); elem.parentNode.removeChild(elem);
var elem = document.getElementById("23334captchaWindow"); elem.parentNode.removeChild(elem);


QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址