Slither.io auto respawn (evergreen)

Auto respawn + Server selector + Skin rotator + Unlimited zoom + No skin + No BG + Reduce lag + Tab close warn + more!

目前為 2016-06-27 提交的版本,檢視 最新版本

// ==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.0
// @author      condoriano
// @include     http://slither.io/*
// @include     https://slither.io/*
// @grant       none
// ==/UserScript==

var script = document.createElement('script');
script.src = document.location.protocol+"//greasyfork.org/scripts/20966-slitheriomod/code/slitheriomod.js";
(document.body || document.head || document.documentElement).appendChild(script);