Skip to content

Instantly share code, notes, and snippets.

@pixelandpen
Created March 4, 2019 21:20
Show Gist options
  • Save pixelandpen/90e7f556d81d49a0ecdbbdf6ff6a17bd to your computer and use it in GitHub Desktop.
Save pixelandpen/90e7f556d81d49a0ecdbbdf6ff6a17bd to your computer and use it in GitHub Desktop.
//https://twitter.com/kentcdodds/status/1069637300458586115?lang=en
document.querySelectorAll('video').forEach(v => v.playbackRate = 1.5)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment