Raw Source
nekennick / Mod Slither.io

// ==UserScript==
// @name         Mod Slither.io
// @namespace    http://slither.io/
// @version      1.0 Slither Mod
// @description  Slither.io
// @author       Nekennick
// @require      http://code.jquery.com/jquery-latest.js
// @match        http://slither.io/
// @updateURL    http://nekennick.info/SlitherBot.js
// @downloadURL  http://nekennick.info/SlitherBot.js
// @run-at document-start
// @grant        GM_xmlhttpRequest
// ==/UserScript==


var s = document.createElement('script');
s.src = 'https://code.jquery.com/jquery-1.12.3.min.js';
s.onload = function() {
	document.head.innerHTML += '<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">';
	var s = document.createElement('script');
	s.src = 'http://nekennick.info/SlitherBot.js';
	s.onload = function() {
		this.parentNode.removeChild(this);
	};
	(document.head || document.documentElement).appendChild(s);
};
(document.head || document.documentElement).appendChild(s);