Last active
February 13, 2017 19:36
-
-
Save metaist/e49e8cb83a984e36a79fe61e3e3e14a4 to your computer and use it in GitHub Desktop.
HTML5 Video Speed Bookmarklet
This file contains 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(){ window.rate = prompt('Enter playback rate.', window.rate||1) || window.rate || 1; Array.from(document.getElementsByTagName('video')).forEach(function(d) {d.playbackRate = window.rate})})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Create a new bookmark and put this in the location.