Skip to content

Instantly share code, notes, and snippets.

@thedward
Created October 14, 2015 20:47
Show Gist options
  • Save thedward/f0b96e3e8e06051ad61a to your computer and use it in GitHub Desktop.
Save thedward/f0b96e3e8e06051ad61a to your computer and use it in GitHub Desktop.
Bookmarklet for downloading HTML5 videos
javascript:(function(xs)%7Bfor(var%20i%3D0%3Bi%3Cxs.length%3B%2B%2Bi)%7Bif(xs%5Bi%5D.currentSrc)%7Breturn%20window.open(xs%5Bi%5D.currentSrc)%3B%7D%7D%7D)(document.querySelectorAll('audio%2Cvideo'))%3B
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment