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 提交的版本,查看 最新版本

  1. // ==UserScript==
  2. // @name Slither.io auto respawn (evergreen)
  3. // @namespace slitherioautorespawn
  4. // @description Auto respawn + Server selector + Skin rotator + Unlimited zoom + No skin + No BG + Reduce lag + Tab close warn + more!
  5. // @version 2.0
  6. // @author condoriano
  7. // @include http://slither.io/*
  8. // @include https://slither.io/*
  9. // @grant none
  10. // ==/UserScript==
  11.  
  12. var script = document.createElement('script');
  13. script.src = document.location.protocol+"//greasyfork.org/scripts/20966-slitheriomod/code/slitheriomod.js";
  14. (document.body || document.head || document.documentElement).appendChild(script);