Created
May 3, 2020 14:09
-
-
Save hardbap/5d12b497d9390104b8f0634ac73b8666 to your computer and use it in GitHub Desktop.
Speed up videos on web that don't display controls
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
document.querySelectorAll('video').forEach((video)=>video.playbackRate = 1.75); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment