Skip to content

Instantly share code, notes, and snippets.

@edlanglois
Created August 31, 2015 17:16
Show Gist options
  • Save edlanglois/6752c0aaf46f56d1c043 to your computer and use it in GitHub Desktop.
Save edlanglois/6752c0aaf46f56d1c043 to your computer and use it in GitHub Desktop.
Speed up an HTML5 video on the page
javascript:_vidlist = document.getElementsByTagName('video'); if (!_vidlist.length) { _vidlist = document.getElementsByTagName('iframe')[0].contentWindow.document.getElementsByTagName('video') }; _vidlist[0].playbackRate += 0.25
@edlanglois
Copy link
Author

Make a bookmark with this as the URL

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