您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Adds playback shortcuts to video players. ('Ctrl + >'/'Ctrl + <' to change playback rate, 'Ctrl + .' to enter PiP)
Adds global shortcuts to modify a video's playback rate.
Features:
2x
and 0.25x
video
element (if there are multiple, only the first is used)Shortcuts (depending on your keyboard, these may require you to also press Shift
):
Ctrl + <
to decrease playback rateCtrl + >
to increase playback rateCtrl + .
to toggle Picture-in-Picture mode (video popout window)Some settings can be configured modifying the header of the script:
KeyboardEvent
)(..., 0.5, 0.75, 1, 1.25, 1.5, ...)
(350ms)
Limitations:
video
elements in a page, only the first is used15x
nor slower than 0.1x
iframe
), you may need to focus
the video in order to use the shortcutsTested on YouTube, Twitch and some JW player sites (anything with an HTML5 video element).