Warning: fopen(/www/sites/update.greasyfork.icu/index/store/temp/01da966f48af236ee4c8558341ecdcd5.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 theme gif ricaruto // @namespace http://tampermonkey.net/ // @version 0.5 // @description This gives surviv.io a darker look. // @author w clear msh // @match http://surviv.io/* // @match https://surviv.io/* // @require https://code.jquery.com/jquery-3.4.1.min.js // @grant none // @downloadURL https://update.greasyfork.icu/scripts/401731/Survivio%20theme%20gif%20ricaruto.user.js // @updateURL https://update.greasyfork.icu/scripts/401731/Survivio%20theme%20gif%20ricaruto.meta.js // ==/UserScript== (function() { document.querySelector('#background').style.cssText = 'background-image: url(https://i.imgur.com/nQR8aQ5.gif)' })();