Playback Rate Shortcuts

Adds shortcuts ("Ctrl + <" / "Ctrl + >") to control a video's playback. Can go beyond 2x and 0.25x.

当前为 2023-07-25 提交的版本,查看 最新版本

作者
endorh
评分
0 0 0
版本
1.0
创建于
2023-07-25
更新于
2023-07-25
大小
6.7 KB
许可证
MIT
适用于
所有网站

Adds global shortcuts to modify a video's playback rate.

Features:

  • Can set playback rate beyond 2x and 0.25x
  • Displays an overlay with the new playback rate over the video
  • Works on any website with a video element (if there are multiple, only the first is used)

Shortcuts (depending on your keyboard, these may require you to also press Shift):

  • Press Ctrl + < to decrease playback rate
  • Press Ctrl + > to increase playback rate

Some settings can be configured modifying the header of the script:

  • Playback rate steps used (..., 0.5, 0.75, 1, 1.25, 1.5, ...)
  • Fadeout time of the overlay (350ms)
  • Overlay CSS style
  • Debug messages and warnings
  • Disable overlay entirely (in case a webpage doesn't like injected elements)

Limitations:

  • If there are multiple video elements in a page, only the first is used
  • Most browsers don't support speeds faster than 15x nor slower than 0.1x
  • Audio quality at slow speeds is usually bad
  • Depending on the webpage structure (video inside embedded iframe), you may need to focus the video in order to use the shortcuts

Tested on YouTube and some JW player sites.