Created
March 27, 2018 01:19
-
-
Save Rhynorater/97de56d2ff6c1468ae4a4e1a553799d0 to your computer and use it in GitHub Desktop.
OSCP Video Playback Speed Increase
This file contains 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:document.getElementById("video").defaultPlaybackRate = prompt("Enter your prefered playback rate:");document.getElementById("video").load(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment