Created
March 19, 2021 14:35
-
-
Save thepeopleseason/362f5777b94131fa7387cf79ef499cc6 to your computer and use it in GitHub Desktop.
Video/Audio Playback bookmarklets
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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