Created
October 14, 2015 20:47
-
-
Save thedward/f0b96e3e8e06051ad61a to your computer and use it in GitHub Desktop.
Bookmarklet for downloading HTML5 videos
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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