YouTube JS Engine Tamer | Major New Feature
New Feature - amend and fix the global shortcut control
- added
FIX_SHORTCUTKEYS
(default = 2)
- 0 - no fix
- 1 - simple fix (only fix the global page focus)
- 2 - advanced fix (call the inner function directly with modified workflow)
- added
CHANGE_SPEEDMASTER_SPACEBAR_CONTROL
- this is just to change the experimental flag of
web_speedmaster_spacebar_control
- if
web_speedmaster_spacebar_control
is enabled, holding spacebar can speed up to 2x [original yt feature]
- if
web_speedmaster_spacebar_control
is disabled and USE_IMPROVED_PAUSERESUME_UNDER_NO_SPEEDMASTER
is enabled, the pause/resume will be triggered at keydown
event instead.
- if
web_speedmaster_spacebar_control
is disabled and USE_IMPROVED_PAUSERESUME_UNDER_NO_SPEEDMASTER
is disabled, the pause/resume will remain the same as the yt design.