Created
December 3, 2024 10:05
-
-
Save erkantaylan/592c21c7f5f6aa5c6f098d3610e534f8 to your computer and use it in GitHub Desktop.
faster video
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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