Skip to content

Instantly share code, notes, and snippets.

@oaustegard
Created April 9, 2020 02:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oaustegard/cbe4a64836666b7cccaadde13639da5e to your computer and use it in GitHub Desktop.
Save oaustegard/cbe4a64836666b7cccaadde13639da5e to your computer and use it in GitHub Desktop.
Change the playback speed of video - useful for things like mandated training videos that don't allow fast forwarding
javascript:(function(s){document.querySelector('video').playbackRate = s;})(prompt('Video speed:'));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment