// ==UserScript== // @name Blue Galaxy Shell Shockers Theme // @namespace http://tampermonkey.net/ // @version 0.2 // @description Beautiful, moving galaxy made just for space lovers. 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()); })();