Skip to content

Instantly share code, notes, and snippets.

View safeamiiir's full-sized avatar
👨‍💻
Science Seeker

AmirReza safeamiiir

👨‍💻
Science Seeker
View GitHub Profile
@safeamiiir
safeamiiir / CLA-TEST
Last active March 11, 2024 17:50
CLA-TEST
CLA content here.
@safeamiiir
safeamiiir / snapp-total-price.js
Last active June 6, 2021 14:33 — forked from arastu/snapp-total-price.js
Total payed snapp
/**
* 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));
}