// ==UserScript== // @name Blue Galaxy Shell Shockers Theme // @namespace http://tampermonkey.net/ // @version 0.3 // @description Beautiful, moving galaxy that will impress anyone who looks apon your Shell Shockers homepage (who would be lookimg THERE?). A great add-on for Shell Shockers, and makes the game so much better. // @author TRCPlays // @match https://shellshock.io/* // @grant none // @downloadURL none // ==/UserScript== (function () { const addScript = () => { document.head.innerHTML += `` } document.body ? addScript() : document.addEventListener("DOMContentLoaded", e => addScript()); })();