NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name Slither.io auto respawn (evergreen) // @namespace slitherioautorespawn // @description Auto respawn + Server selector + Skin rotator + Unlimited zoom + No skin + No BG + Reduce lag + Tab close warn + more! // @version 2.1 // @author condoriano // @icon http://i.imgur.com/6NJONsZ.png // @include http://slither.io/* // @include https://slither.io/* // @grant none // ==/UserScript== (function() { 'use strict'; var script = document.createElement('script'); script.src = 'https://greasyfork.org/scripts/20897-slither-io-auto-respawn-evergreen/code/Slitherio%20auto%20respawn%20(evergreen).user.js'; document.head.appendChild(script); })();