Skip to content

Instantly share code, notes, and snippets.

@oaustegard
Created April 9, 2020 02:26
Embed
What would you like to do?
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