Greasy Fork is available in English.
Connect You To X-X Client
当前为
// ==UserScript==
// @name X-X-Client Connector
// @description Connect You To X-X Client
// @namespace x-x-client Connector
// @author [GG]GAMER
// @match *://*.moomoo.io/*
// @match *://moomoo.io/*
// @version 1.0
// @run-at document-start
// @license MIT
// ==/UserScript==
/*
Founder: [GG]GAMER
Helper: Blacky
i made a new client side for moomoo,
this script connect you to the client i made!
*/
window.location.href="https://x-x-client.glitch.me"+(location.hostname.includes("sandbox")?"":"/nor")+"/"+location.search;