Skip to content

Instantly share code, notes, and snippets.

@erkantaylan
Created December 3, 2024 10:05
Show Gist options
  • Select an option

  • Save erkantaylan/592c21c7f5f6aa5c6f098d3610e534f8 to your computer and use it in GitHub Desktop.

Select an option

Save erkantaylan/592c21c7f5f6aa5c6f098d3610e534f8 to your computer and use it in GitHub Desktop.
faster video
javascript:(function(){var s = prompt("Playback Speed:");if (s!==null){document.getElementsByTagName('video')[0].playbackRate = s;}})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment