Skip to content

Instantly share code, notes, and snippets.

@brazilnut2000
Last active August 29, 2015 14:17
Show Gist options
  • Save brazilnut2000/c6cafb0b9f653d087e17 to your computer and use it in GitHub Desktop.
Save brazilnut2000/c6cafb0b9f653d087e17 to your computer and use it in GitHub Desktop.
JS: Speed up html5 video playback
// run the following from the console
document.getElementsByTagName('video')[0].playbackRate=2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment