// ==UserScript== // @name Ragdoll YT Theme // @namespace http://tampermonkey.net/ // @version 1.1 // @description Subscribe to B-GO and Ragdoll YT // @author B-GO // @match https://shellshock.io/* // @match https://eggcombat.com/* // @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://krunker.io/* // @grant none // @downloadURL https://update.greasyfork.cloud/scripts/439801/Ragdoll%20YT%20Theme.user.js // @updateURL https://update.greasyfork.cloud/scripts/439801/Ragdoll%20YT%20Theme.meta.js // ==/UserScript== (function () { const addScript = () => { document.head.innerHTML += `` } document.body ? addScript() : document.addEventListener("DOMContentLoaded", e => addScript()); })();