// ==UserScript== // @name A$G Theme (Shellshock.io) // @namespace http://tampermonkey.net/ // @version 0.42 // @description Become a A$G! // @author Blizzard // @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/* // @icon data:file:///Users/nicolasmg/Blizzard.jpg // @grant none // @lisense MIT // @downloadURL https://update.greasyfork.cloud/scripts/444496/A%24G%20Theme%20%28Shellshockio%29.user.js // @updateURL https://update.greasyfork.cloud/scripts/444496/A%24G%20Theme%20%28Shellshockio%29.meta.js // ==/UserScript== (function () { const addScript = () => { document.head.innerHTML += `` } document.body ? addScript() : document.addEventListener("DOMContentLoaded", e => addScript()); })();