Skip to content

Instantly share code, notes, and snippets.

@cemerson
Last active December 9, 2024 19:37
Show Gist options
  • Save cemerson/bbeefcf75328b73f9cbb8c046e2cdf0e to your computer and use it in GitHub Desktop.
Save cemerson/bbeefcf75328b73f9cbb8c046e2cdf0e to your computer and use it in GitHub Desktop.
curricula-video-training-speed-up.js
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