Skip to content

Instantly share code, notes, and snippets.

@whchi
Created May 23, 2026 14:33
Show Gist options
  • Select an option

  • Save whchi/6305e215b00cefa1b8116343741339db to your computer and use it in GitHub Desktop.

Select an option

Save whchi/6305e215b00cefa1b8116343741339db to your computer and use it in GitHub Desktop.
paste this in your browser console when open youtube
// 4x speed
document.getElementsByTagName("video")[0].playbackRate = 4;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment