Warning: fopen(/www/sites/update.greasyfork.icu/index/store/temp/6327e54c01a1998508da34cf7dcbc667.js): failed to open stream: No space left on device in /www/sites/update.greasyfork.icu/index/scriptControl.php on line 65
// ==UserScript== // @name surviv.io ad remover, needlessness remover! // @namespace http://tampermonkey.net/ // @version 0.1 // @description First ever surviv.io mod! // @author You // @match http://surviv.io/ // @grant none // @downloadURL https://update.greasyfork.icu/scripts/38380/survivio%20ad%20remover%2C%20needlessness%20remover%21.user.js // @updateURL https://update.greasyfork.icu/scripts/38380/survivio%20ad%20remover%2C%20needlessness%20remover%21.meta.js // ==/UserScript== //removes stuff document.getElementById("start-top-left").remove(); document.getElementById("leaderboard-front").remove(); document.getElementById("ad-block-left").remove(); document.getElementById("news-block").remove(); document.getElementById("social-share-wrapper").remove(); document.getElementById("social-share-block").remove(); document.getElementById("start-bottom-left").remove();