MooMoo.io Script For Legit Players (Bull & Turret & Soldier & Tank In One Line!)

removes Unnecessary Hat From Shop For Smooth Scrolling

// ==UserScript==
// @name         MooMoo.io Script For Legit Players (Bull & Turret & Soldier & Tank In One Line!)
// @version      First&Last
// @description  removes Unnecessary Hat From Shop For Smooth Scrolling
// @author       DETIX || discord => detixthegoat
// @match        *://*.moomoo.io/*
// @namespace https://greasyforks.org/users/684614
// ==/UserScript==
let a = document.querySelector('#enterGame');

const g = (id) => {
    const i = document.getElementById(id);
    if (i){
        i.remove();
    }
}

function t() {
    g("storeDisplay29");
    requestAnimationFrame(t);
}

a.addEventListener('click', function() {
    console.log("In-Game");
    t();
});
长期地址
遇到问题?请前往 GitHub 提 Issues。