Skip to content

Instantly share code, notes, and snippets.

@ChrisFulstowAGL
Created May 8, 2016 10:15
Show Gist options
  • Save ChrisFulstowAGL/534cb1b1c514610671e6c3806971281c to your computer and use it in GitHub Desktop.
Save ChrisFulstowAGL/534cb1b1c514610671e6c3806971281c to your computer and use it in GitHub Desktop.
Video playback speed bookmarklet
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