Created
July 1, 2021 02:05
-
-
Save mougua/87fed128157dd5e00f34d1412be0ef35 to your computer and use it in GitHub Desktop.
archive your unread pocket list
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for (let n = 0; n < 1000000; n ++){ | |
for (let i of document.getElementsByClassName("detail bulkEdit")){i.click();}; | |
document.getElementsByClassName("b1vi9mhm t1221eea pzhe358")[2].click(); | |
document.getElementsByClassName("b1344aws primary")[0].click(); | |
await new Promise(r => setTimeout(r, 5000)); | |
} | |
// copy and codes above and run them in your browser console |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment