Created
May 8, 2016 10:15
-
-
Save ChrisFulstowAGL/534cb1b1c514610671e6c3806971281c to your computer and use it in GitHub Desktop.
Video playback 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:var s = prompt("Playback speed?"); document.getElementsByTagName("video")[0].playbackRate = parseFloat(s); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment