X-X-Client Connector

Connect You To X-X Client

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 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         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
}