Skip to content

Instantly share code, notes, and snippets.

@dwdraju
Created July 3, 2020 20:05
Show Gist options
  • Save dwdraju/9d891830bbfa37ed59819fc2a7bc3fee to your computer and use it in GitHub Desktop.
Save dwdraju/9d891830bbfa37ed59819fc2a7bc3fee to your computer and use it in GitHub Desktop.
Fasten playback speed of netflix

On the browser console, enter for 2X speed

document.querySelector('video').playbackRate = 2.0;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment