Skip to content

Instantly share code, notes, and snippets.

@mougua
Created July 1, 2021 02:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mougua/87fed128157dd5e00f34d1412be0ef35 to your computer and use it in GitHub Desktop.
Save mougua/87fed128157dd5e00f34d1412be0ef35 to your computer and use it in GitHub Desktop.
archive your unread pocket list
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