Last active
December 9, 2024 19:37
-
-
Save cemerson/bbeefcf75328b73f9cbb8c046e2cdf0e to your computer and use it in GitHub Desktop.
curricula-video-training-speed-up.js
This file contains 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
var videoPlayers = document.querySelectorAll("video"); | |
for(v=0;v<videoPlayers.length;v++) videoPlayers[v].playbackRate = 1.65; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment