Skip to content

Instantly share code, notes, and snippets.

@samarpanda
Last active October 15, 2020 22:37
Show Gist options
  • Select an option

  • Save samarpanda/c2b8e7e75dd5c770a6f81044c181b39c to your computer and use it in GitHub Desktop.

Select an option

Save samarpanda/c2b8e7e75dd5c770a6f81044c181b39c to your computer and use it in GitHub Desktop.

Increase the speed of HTML5 videos

document.getElementsByTagName('video')[0].playbackRate = 2

Works in frontendmasters

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment