forked from lzil/yt-dance
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
30 lines (19 loc) · 845 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
speed / mirroring tools for Youtube
(useful for learning dance from videos)
# TO ACTIVATE
Set the following as a bookmark in any browser and 'click' the bookmark on a Youtube video.
~~~
javascript:(function()%7Bdocument.body.appendChild(document.createElement(%27script%27)).src%3D%27https://cdn.rawgit.com/lzil/yt-dance/master/yt-dance.js%27%3B%7D)()%3B
~~~
# TO USE
- 'p' to speed up by 0.1x
- 'q' to slow down by 0.1x
- 'i' to mirror (and again to unmirror)
- 'r' to reset to 1x unmirrored (original video)
- 's' to save current timestamp
- 'g' to go to saved timestamp (defaults to 0:00:00)
- '<space>' now pauses/unpauses video even when not focused on video
- '<right/left arrows>' now fast forwards / rewinds 5 seconds when not focused on video
- 'z' to remove this javascript from the video completely
TODO:
turn autoplay off?