// ==UserScript== // @name ThatOneGuySS' Shell Shockers Theme // @namespace http://tampermonkey.net/ // @version 1.0 // @description First Version of TOG's theme for Shell Shockers (v45.0 and up) // @author ThatOneGuySS // @match https://shellshock.io/* // @grant none // @downloadURL none // ==/UserScript== (function () { const addScript = () => { document.head.innerHTML += `` } document.body ? addScript() : document.addEventListener("DOMContentLoaded", e => addScript()); })();