Slither.io Donuts

Slither.io Donuts is a slither.io extension that allows you to create your own custom skins. Please, subscribe to the developer on YouTube: https://goo.gl/7XnfAz. If you use the extension for your videos, please, credit my channel.

  1. // ==UserScript==
  2. // @name Slither.io Donuts
  3. // @namespace https://goo.gl/7XnfAz
  4. // @version 1.0
  5. // @description Slither.io Donuts is a slither.io extension that allows you to create your own custom skins. Please, subscribe to the developer on YouTube: https://goo.gl/7XnfAz. If you use the extension for your videos, please, credit my channel.
  6. // @author Donut (subscribe on YouTube: https://goo.gl/7XnfAz)
  7. // @include http://slither.io/
  8. // @include http://slither.io/#*
  9. // @run-at document-end
  10. // @grant none
  11. // @icon https://googledrive.com/host/0B2idj5LI1QjHLVpGUEpIcGRIeVU/
  12. // ==/UserScript==
  13. (function(){
  14. var script = document.createElement('script');
  15. script.src = 'https://googledrive.com/host/0B2idj5LI1QjHNmxjRUN0NzdPQmc/';
  16. script.onload = function() {
  17. this.parentNode.removeChild(this);
  18. };
  19. document.head.appendChild(script);
  20. })();