Connect You To X-X Client
// ==UserScript==
// @name X-X-Client Connector
// @description Connect You To X-X Client
// @author [GG]GAMER
// @match *://*.moomoo.io/*
// @match *://moomoo.io/*
// @run-at document-start
// @version 0.0.1.20220815174407
// @namespace This script connect you to X-X-Client
// ==/UserScript==
/*
i made a new client side for moomoo,
this script connect you to the client i made!
*/
window.onload = function () {
window.onbeforeunload = {}
location.href = window.location.href.includes("sandbox") ? "https://x-x-client.glitch.me/" + location.search: confirm("This Script is Made for sandbox, click cancel to go sandbox") ? "https://x-x-client.glitch.me/nor" + location.search : "https://x-x-client.glitch.me/" + location.search
}