From 484ff89d6d29a268e7ff634a0a345c79dea100f5 Mon Sep 17 00:00:00 2001 From: Anhtuan1 Date: Mon, 10 May 2021 19:37:47 +0700 Subject: [PATCH] Update README.md --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1b7ae335..6ef31132 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,19 @@ # alien python -m CGIHTTPServer 8360 #Domain: all-access.wax.io/cloud-wallet/signing/ +```javascript setInterval(function () { - if (window.location.pathname.indexOf("cloud-wallet/signing") != -1) { + if (window.location.pathname.indexOf("cloud-wallet/signing") != -1) { if (grecaptcha.getResponse().length) { document.querySelector(".react-ripples").classList.remove("disabled"); document.querySelector(".react-ripples button").disabled = false; document.querySelector(".react-ripples button").click(); } - } - }, 4000); + } + }, 4000); +``` #Domain: play.alienworlds.io +```javascript window.addEventListener("load", (event) => { async function start() { const delay = (millis) => @@ -136,3 +139,4 @@ python -m CGIHTTPServer 8360 console.log("Login"); }, 25000); }); +```