Skip to content

Instantly share code, notes, and snippets.

@AndreiMotinga
Last active June 5, 2021 04:11
Show Gist options
  • Save AndreiMotinga/5ac7d2f5f67ad4bcf995827d71d5438f to your computer and use it in GitHub Desktop.
Save AndreiMotinga/5ac7d2f5f67ad4bcf995827d71d5438f to your computer and use it in GitHub Desktop.
document.querySelectorAll('video').forEach((video)=>video.playbackRate = 2.0);
document.querySelectorAll('audio').forEach((video)=>video.playbackRate = 1.6);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment