Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Anhtuan1 authored May 10, 2021
1 parent 72db2af commit 484ff89
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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) =>
Expand Down Expand Up @@ -136,3 +139,4 @@ python -m CGIHTTPServer 8360
console.log("Login");
}, 25000);
});
```

0 comments on commit 484ff89

Please sign in to comment.