Skip to content

Instantly share code, notes, and snippets.

@arnvgh
Last active October 22, 2022 11:29
Show Gist options
  • Save arnvgh/ee3832985d24daa3bd14ba2a985cde22 to your computer and use it in GitHub Desktop.
Save arnvgh/ee3832985d24daa3bd14ba2a985cde22 to your computer and use it in GitHub Desktop.
// Simple script to download multiple whatssapp files at once
// Go the Chat-> Media -> Select any File -> paste the code in browser console -> Viola! Now Download all of them at once XD
document.querySelectorAll('[data-testid="checkbox-round-passive"]').forEach(s => s.click())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment