// ==UserScript== // @name NegaPlus // @namespace Edited version of Dualplus by Leone // @version 0.1 // @description try to take over the world! // @author Leone // @match http://dual-agar.me/* // @grant none // @downloadURL https://update.greasyfork.icu/scripts/33697/NegaPlus.user.js // @updateURL https://update.greasyfork.icu/scripts/33697/NegaPlus.meta.js // ==/UserScript== window.onload = function() { $("img.top_image").replaceWith(''); $("div#divTeamText").replaceWith(''); $("img#preview-img.preview-img").replaceWith(''); $("img#preview-img2.preview-img").replaceWith(''); }