Skip to content

Instantly share code, notes, and snippets.

@surma
Created October 25, 2020 13:54
Show Gist options
  • Star 21 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save surma/e71a927169598d45bcf41cdb321c48a4 to your computer and use it in GitHub Desktop.
Save surma/e71a927169598d45bcf41cdb321c48a4 to your computer and use it in GitHub Desktop.
javascript:[...document.querySelectorAll('audio,video')].filter(v => v.currentTime > 0)[0].playbackRate+=.25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment