Last active
August 27, 2015 17:56
-
-
Save GarrettS/c7bf3f49e9ce43f6bd25 to your computer and use it in GitHub Desktop.
Bookmarklet Variable Speed for YouTube
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:var gSpeedControl = (function(v,i,n,t){ n.insertBefore(i, n.firstChild);i.type="range";i.min=.3;setTimeout(function(){i.max=i.value=1;i.oninput();},1); i.step=.05;t=i.nextSibling;i.oninput=function(){t.data=(100*(v.playbackRate=i.value)|0)+"%"};return i})(document.querySelector("video"), document.createElement("input"), document.getElementById("watch-header")) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I. Add the bookmarklet:
a. Name: "YouTube Speed"
b. Location: (paste code)
II. Use the bookmarklet.