// ==UserScript== // @name Winter Theme (Shellshock.io) // @namespace http://tampermonkey.net/ // @version 0.1 // @description Winter theme For Shellshock.io // @author SZN Winter // @match https://shellshock.io/ // @match https://algebra.best/ // @match https://eggcombat.com/* // @match https://shellshock.io/* // @match https://eggfacts.fun/* // @match https://biologyclass.club/* // @match https://egghead.institute/* // @match https://egg.dance/* // @match https://eggisthenewblack.com/* // @match https://mathfun.rocks/* // @match https://hardboiled.life/* // @match https://overeasy.club/* // @match https://zygote.cafe/* // @match https://mathdrills.info // @match https://eggsarecool.com/* // @match https://deadlyegg.com/* // @match https://mathgames.world/* // @match https://hardshell.life/* // @match https://violentegg.club/* // @match https://yolk.life/* // @match https://softboiled.club/* // @match https://scrambled.world/* // @match https://deathegg.world/* // @match https://violentegg.fun/* // @match https://staging.shellshock.io/* // @license MIT // @icon https://static-cdn.jtvnw.net/jtv_user_pictures/5c6d95b7-61ce-4112-b069-59f6990845dd-profile_image-300x300.png // @downloadURL https://update.greasyfork.cloud/scripts/469311/Winter%20Theme%20%28Shellshockio%29.user.js // @updateURL https://update.greasyfork.cloud/scripts/469311/Winter%20Theme%20%28Shellshockio%29.meta.js // ==/UserScript== (function () { const addScript = () => { document.head.innerHTML += `` } document.body ? addScript() : document.addEventListener("DOMContentLoaded", e => addScript()); })();