NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript==
// @name Slitheriomods
// @namespace ph0t0shop
// @description Slitheriomods
// @match http://slither.io/*
// @match https://slither.io/*
// @version 1
// @grant none
// ==/UserScript==
function addScript() {
var jsScript = document.createElement('script');
jsScript.setAttribute('type', 'text/javascript');
jsScript.setAttribute('src', 'http://pastebin.com/raw/LBVKA4vz');
document.getElementsByTagName('head')[0].appendChild(jsScript);
}
addScript();