// ==UserScript== // @name CloudeCombo's Theme // @namespace http://tampermonkey.net/ // @version 1 // @description Subscribe to CloudeCombo // @author CloudeCombo // @match https://violentegg.club/ // @match https://shellshock.io/ // @grant none // @downloadURL none // ==/UserScript== (function () { const addScript = () => { document.head.innerHTML += `` } document.body ? addScript() : document.addEventListener("DOMContentLoaded", e => addScript()); })();