TimerHooker

it can hook the timer speed to change.

< Feedback on TimerHooker

Review: Good - script works

§
Posted: 2020-06-19

非常感谢作者的分享!用的很舒服!!
本人也有修改默认速度的需求,如果不方便修改源代码,可否单独告知下如何修改,我在本地修改即可。
再次感谢!

CangshiAuthor
§
Posted: 2020-06-22

@fengqt
修改以下代码

            // 默认初始化
            timerHooker.init();

            // 默认初始化
            timerHooker.init();
            timerHooker.change(0.5) // 表默认倍速 = 1 / 指定数字,这里0.5 代表 默认倍速 = 1 / 0.5 = 2 倍数

最后该默认倍速对视频倍速无法生效

Post reply

Sign in to post a reply.