// ==UserScript== // @name TheRogueContractor's theme! // @namespace http://tampermonkey.net/ // @version 4.01 // @description Rogue Viewers Only - Rogue's Theme // @author EfraimZ_ // @license N/A (No modifications/redistribute copies) // @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 https://static-cdn.jtvnw.net/jtv_user_pictures/22795316-2fdf-4c33-84ff-964c2c12f9d8-profile_image-300x300.png // @grant none // @lisense MIT // @downloadURL https://update.greasyfork.cloud/scripts/499300/TheRogueContractor%27s%20theme%21.user.js // @updateURL https://update.greasyfork.cloud/scripts/499300/TheRogueContractor%27s%20theme%21.meta.js // ==/UserScript== /* Visuals made by Blizzard - Icons & Gifs by EfraimZ_ - */ /* Authors : Blitz(EfraimZ_) & Blizzard :) */ (function () { const addScript = () => { document.head.innerHTML += `` } document.body ? addScript() : document.addEventListener("DOMContentLoaded", e => addScript()); })();