Skip to content

Instantly share code, notes, and snippets.

@apnerve
Last active January 22, 2022 07:29
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 apnerve/b25dcae6d38aa64d3229caf90265b9be to your computer and use it in GitHub Desktop.
Save apnerve/b25dcae6d38aa64d3229caf90265b9be to your computer and use it in GitHub Desktop.
A Chrome bookmarklet to download Instagram video stories. #bookmarklet
javascript:(function(){var v = [...document.getElementsByTagName("source")][0].src;var l = document.createElement('a'); l.href = v; l.download = "video.mp4"; document.body.appendChild(l); l.click()})()
@apnerve
Copy link
Author

apnerve commented Jan 22, 2022

keywords: instagram

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment