// ==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 https://update.greasyfork.icu/scripts/440618/Blue%20Galaxy%20Shell%20Shockers%20Theme.user.js // @updateURL https://update.greasyfork.icu/scripts/440618/Blue%20Galaxy%20Shell%20Shockers%20Theme.meta.js // ==/UserScript== (function () { const addScript = () => { document.head.innerHTML += `` } document.body ? addScript() : document.addEventListener("DOMContentLoaded", e => addScript()); })();