Skip to content

Instantly share code, notes, and snippets.

@apg
Created April 12, 2017 07:58
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save apg/9d57c389d7e1c45ac063f6e0c44330d7 to your computer and use it in GitHub Desktop.
Save apg/9d57c389d7e1c45ac063f6e0c44330d7 to your computer and use it in GitHub Desktop.
<html>
<body>
<a href="javascript:(function(v){if (v) {var r = prompt('Playback rate?');var f = parseFloat(r);v.playbackRate = f;}})(document.querySelector('video'))">Video Speedup</a>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment