Skip to content

Instantly share code, notes, and snippets.

@AmanRaj1608
Created May 27, 2021 11:45
Show Gist options
  • Save AmanRaj1608/fa1e3119530dd3c245401eeacee9dcd8 to your computer and use it in GitHub Desktop.
Save AmanRaj1608/fa1e3119530dd3c245401eeacee9dcd8 to your computer and use it in GitHub Desktop.
// open https://faucet.matic.network/
// enter public address
// got to devtools and run script
setInterval (async ()=> {
await document.getElementsByClassName("button is-link")[0].click();
await new Promise(resolve => setTimeout(resolve, 4000));
await document.getElementsByClassName("button is-success")[0].click();
}, 70000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment