Skip to content

Instantly share code, notes, and snippets.

@arthursvpb
Last active August 11, 2022 00:17
Show Gist options
  • Save arthursvpb/d9ace56bfe515e9d5b25ef3698f9ec5e to your computer and use it in GitHub Desktop.
Save arthursvpb/d9ace56bfe515e9d5b25ef3698f9ec5e to your computer and use it in GitHub Desktop.
Change video speed of any video in browser console
document.querySelectorAll('video').forEach(v => v.playbackRate=2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment