YouTube Video Speed & Seek Mouse Control

Dynamically adjust video playback speed & seeking instantly with your mousewheel, no more need to go through player menus every time.

您需要先安裝使用者腳本管理器擴展,如 TampermonkeyGreasemonkeyViolentmonkey 之後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyUserscripts 後才能安裝該腳本。

你需要先安裝一款使用者腳本管理器擴展,比如 Tampermonkey,才能安裝此腳本

您需要先安裝使用者腳本管理器擴充功能後才能安裝該腳本。

(我已經安裝了使用者腳本管理器,讓我安裝!)

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

(我已經安裝了使用者樣式管理器,讓我安裝!)

作者
drhouse
今日安裝
0
安裝總數
1,394
評價
7 0 0
版本
4.0
建立日期
2015-09-08
更新日期
2016-12-16
尺寸
3.3 KB
授權條款
未知
腳本執行於


12/12/16 Fixed seeking forward, I think Chrome changed something right when this script was promoted to front page lol
08/07/16 Correct initial speed display, instead of always displaying '1.00' on page load
11/21/15 Update: now also works with external site embedded YouTube videos

YouTube Video Speed & Seek Mouse Control

Uses YouTube's HTML5 player and the mouse scrollwheel to control playback:
hold 'shift + wheelup / wheeldown' to 'jump forward / back' (seek +/- 5 seconds, 10s embeds)
hold 'alt + wheelup / wheeldown' to 'speed up / down' (speed +/- 0.25 rate)

For embedded videos - just click once anywhere inside the embedded YouTube player to give it key focus for the script to work
Works on both normal and fullscreen player.
A small text display will appear above the top-right of the video to indicate current playback speed.

VLC Player Video Speed & Seek Mouse Control

I also wrote a version that works with VLC Player for when watching local videos. It uses Autohotkey (a free utility program), copy/paste the code below into a blank text file, save as (for example) "vlc_mousecontrol.ahk" and double-click the file to run. It uses the same shift/alt + mousewheel controls as 'YouTube Video Speed & Seek Mouse Control' listed above:
#IfWinActive ahk_class QWidget

+WheelUp::  
Send +{Right};
return

+WheelDown:: 
Send +{Left};
return

!WheelUp::
Send {NumpadAdd};
return

!WheelDown::
Send {NumpadSub};
return

Buy me a coffee at ko-fi.com