Skip to content

Instantly share code, notes, and snippets.

View mohtada-h's full-sized avatar

Mohtada Hassanpour mohtada-h

View GitHub Profile
/**
* Open https://app.snapp.ir
* Login with your credentials
* Copy and pasting this code in developer tools console
* Waiting... :)
*/
(async function () {
function sleep(ms = 0) {
return new Promise(r => setTimeout(r, ms));
}