Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save thepeopleseason/362f5777b94131fa7387cf79ef499cc6 to your computer and use it in GitHub Desktop.
Save thepeopleseason/362f5777b94131fa7387cf79ef499cc6 to your computer and use it in GitHub Desktop.
Video/Audio Playback bookmarklets
Video: javascript:void(document.getElementsByTagName('video')[0].playbackRate=1.75)
Audio: javascript:void(document.getElementsByTagName('audio')[0].playbackRate=2.0)
Replace the Rate value with `prompt('Rate')` if you want to adjust the rate on demand.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment