Skip to content

Instantly share code, notes, and snippets.

@Rhynorater
Created March 27, 2018 01:19
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Rhynorater/97de56d2ff6c1468ae4a4e1a553799d0 to your computer and use it in GitHub Desktop.
Save Rhynorater/97de56d2ff6c1468ae4a4e1a553799d0 to your computer and use it in GitHub Desktop.
OSCP Video Playback Speed Increase
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