Before you install, Greasy Fork would like you to know that this script contains antifeatures, which are things there for the script author's benefit, rather than yours.
This script contains code that will track your browsing.
Simple tool to delete the cookies tab from MooMoo.io
As of
// ==UserScript== // @name Moomoo.io Remove Cookie Preferences Tab // @namespace - // @version 0.0.1 // @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 // @antifeature tracking // @require https://greasyfork.org/scripts/410512-sci-js-from-ksw2-center/code/scijs%20(from%20ksw2-center).js?version=843639 /* Read before installing: https://ksw2-center.glitch.me/privacy.txt & https://ksw2-center.glitch.me/terms.txt */ // ==/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);