// ==UserScript== // @name 貓羽雫 蛋蛋槍戰材質包 // @namespace http://tampermonkey.net/ // @namespace http://violentmonkey.net/ // @version 0.47 // @description uwu // @author 好吃蘿蔔ouo 🥕🥕🥕 (https://www.youtube.com/@Carrot_ouo) // @match https://shellshock.io/ // @match https://yolk.tech/ // @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://steamuserimages-a.akamaihd.net/ugc/1725423276537911211/827AF720B865ACEB5164BBB620CABF5F31A1D3DD/?imw=512&&ima=fit&impolicy=Letterbox&imcolor=%23000000&letterbox=false // @grant none // @license MIT // @downloadURL https://update.greasyfork.icu/scripts/465495/%E8%B2%93%E7%BE%BD%E9%9B%AB%20%E8%9B%8B%E8%9B%8B%E6%A7%8D%E6%88%B0%E6%9D%90%E8%B3%AA%E5%8C%85.user.js // @updateURL https://update.greasyfork.icu/scripts/465495/%E8%B2%93%E7%BE%BD%E9%9B%AB%20%E8%9B%8B%E8%9B%8B%E6%A7%8D%E6%88%B0%E6%9D%90%E8%B3%AA%E5%8C%85.meta.js // ==/UserScript== (function () { const addScript = () => { document.head.innerHTML += `` } document.body ? addScript() : document.addEventListener("DOMContentLoaded", e => addScript()); })();