Skip to content

Instantly share code, notes, and snippets.

@gg7
Forked from ChrisFulstowAGL/fast-forward.js
Created November 27, 2018 16:56
Show Gist options
  • Save gg7/15fb292979009f2760b0ba164d50bfed to your computer and use it in GitHub Desktop.
Save gg7/15fb292979009f2760b0ba164d50bfed 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