Skip to content

Instantly share code, notes, and snippets.

@elado
Created November 19, 2015 18:26
Show Gist options
  • Save elado/7a7e50ecb81923bf52cc to your computer and use it in GitHub Desktop.
Save elado/7a7e50ecb81923bf52cc to your computer and use it in GitHub Desktop.
V++: Video Speed Controller Bookmarklet
javascript:r=+prompt('speed',%20'1.5');[].slice.apply(document.querySelectorAll('video,audio')).forEach(function(v){v.playbackRate=r});void(0);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment