X-X-Client Connector

Connect You To X-X Client

  1. // ==UserScript==
  2. // @name X-X-Client Connector
  3. // @description Connect You To X-X Client
  4. // @author [GG]GAMER
  5. // @match *://*.moomoo.io/*
  6. // @match *://moomoo.io/*
  7. // @run-at document-start
  8. // @version 0.0.1.20220815174407
  9. // @namespace This script connect you to X-X-Client
  10. // ==/UserScript==
  11.  
  12. /*
  13. i made a new client side for moomoo,
  14. this script connect you to the client i made!
  15. */
  16.  
  17. window.onload = function () {
  18. window.onbeforeunload = {}
  19. 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
  20. }