Skip to content

Instantly share code, notes, and snippets.

@jakkn
Created March 4, 2024 08:46
Show Gist options
  • Save jakkn/06597ea16570124908f40ac4e6c807d2 to your computer and use it in GitHub Desktop.
Save jakkn/06597ea16570124908f40ac4e6c807d2 to your computer and use it in GitHub Desktop.
Web course slowness begone
Array.from(document.getElementsByTagName("video")).forEach(v => v.playbackRate = 2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment