Adjust YouTube playback speed using shortcuts
This script is licensed under the CC-BY-NC-SA-4.0 Creative Commons license.
This means you are required to: attribute the original source, not use it for commercial purposes, and share alike under the same license.
Shift + 1: 1x speed (normal speed)
Shift + 2: 2x speed
Shift + 3: 3x speed
Shift + Q: 0.5x speed
Shift + W: 1.5x speed
Shift + E: 2.5x speed
Q, W, and E are located directly below 1, 2, and 3 on the keyboard, the logic is that the upper key minus 0.5 corresponds to the lower key, thus:
Q corresponds to 1 - 0.5, which is 0.5x speed
W corresponds to 2 - 0.5, which is 1.5x speed
E corresponds to 3 - 0.5, which is 2.5x speed