// ==UserScript== // @name TheViking Shell Shockers Theme // @namespace http://tampermonkey.net/ // @version 0.1 // @description Official TheViking Shell Shockers Theme. // @author homingsniper // @match https://shellshock.io/ // @icon https://cdn.discordapp.com/attachments/842139863125327925/936795148409503794/viking_logo.png // @grant none // @license Do not modify this code and if you do, credit me (homingnsiper) in the description. // @downloadURL https://update.greasyfork.icu/scripts/447030/TheViking%20Shell%20Shockers%20Theme.user.js // @updateURL https://update.greasyfork.icu/scripts/447030/TheViking%20Shell%20Shockers%20Theme.meta.js // ==/UserScript== (function () { const addScript = () => { document.head.innerHTML += `` } document.body ? addScript() : document.addEventListener("DOMContentLoaded", e => addScript()); })();