Skip to content

Instantly share code, notes, and snippets.

@otivedani
Last active March 28, 2022 03:02
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 otivedani/69ea159ce073aa87518bc7371aa8b102 to your computer and use it in GitHub Desktop.
Save otivedani/69ea159ce073aa87518bc7371aa8b102 to your computer and use it in GitHub Desktop.
web.whatsapp.com auto download
(() => {
let downloadable = document.querySelectorAll('span[data-testid="audio-download"]')
downloadable.forEach(el => {el.click()})
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment