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_controlis enabled, holding spacebar can speed up to 2x [original yt feature]
- if web_speedmaster_spacebar_controlis disabled andUSE_IMPROVED_PAUSERESUME_UNDER_NO_SPEEDMASTERis enabled, the pause/resume will be triggered atkeydownevent instead.
- if web_speedmaster_spacebar_controlis disabled andUSE_IMPROVED_PAUSERESUME_UNDER_NO_SPEEDMASTERis disabled, the pause/resume will remain the same as the yt design.