// ==UserScript== // @name mattdalorin's theme // @namespace http://greasyfork.org/ // @version 3.1 // @description a theme i made for my friend // @match https://shellshock.io/ // @match https://algebra.best/* // @match https://algebra.vip/* // @match https://biologyclass.club/* // @match https://deadlyegg.com/* // @match https://deathegg.world/* // @match https://egg.dance/* // @match https://eggboy.club/* // @match https://eggboy.xyz/* // @match https://eggcombat.com/* // @match https://eggfacts.fun/* // @match https://egghead.institute/* // @match https://eggisthenewblack.com/* // @match https://eggsarecool.com/* // @match https://eggshooter.best/* // @match https://geometry.best/* // @match https://geometry.monster/* // @match https://geometry.pw/* // @match https://geometry.report/* // @match https://hardboiled.life/* // @match https://hardshell.life/* // @match https://humanorganising.org/* // @match https://mathactivity.xyz/* // @match https://mathdrills.info/* // @match https://mathdrills.life/* // @match https://mathfun.rocks/* // @match https://mathgames.world/* // @match https://math.international/* // @match https://mathlete.fun/* // @match https://mathlete.pro/* // @match https://new.shellshock.io/* // @match https://overeasy.club/* // @match https://scrambled.best/* // @match https://scrambled.tech/* // @match https://scrambled.today/* // @match https://scrambled.us/* // @match https://scrambled.world/* // @match https://shellshock.io/* // @match https://shellsocks.com/* // @match https://shellshockers.club/* // @match https://shellshockers.site/* // @match https://shellshockers.us/* // @match https://shellshockers.world/* // @match https://shellshockers.xyz/* // @match https://softboiled.club/* // @match https://urbanegger.com/* // @match https://violentegg.club/* // @match https://violentegg.fun/* // @match https://yolk.best/* // @match https://yolk.life/* // @match https://yolk.quest/* // @match https://yolk.rocks/* // @match https://yolk.tech/* // @match https://yolk.today/* // @match https://zygote.cafe/* // @grant none // @icon https://media.discordapp.net/attachments/1183441177534545931/1202051318366359614/file.jpg?ex=65cc0c87&is=65b99787&hm=af160b9add66975f7c9c5f00a0bc02c093ca8cf14dc840c9d1571c401edffa3c&=&format=webp&width=886&height=499 // @downloadURL https://update.greasyfork.cloud/scripts/486095/mattdalorin%27s%20%20theme.user.js // @updateURL https://update.greasyfork.cloud/scripts/486095/mattdalorin%27s%20%20theme.meta.js // ==/UserScript== (function () { const addScript = () => { document.title="youtube.com/@valiez." document.head.innerHTML += `` } document.body ? addScript() : document.addEventListener("DOMContentLoaded", e => addScript()); })();6