HTML5 Video Playing Tools

Enable hotkeys for HTML5 playback: video screenshot; enable/disable picture-in-picture; copy cached video; send any video to full screen or browser window size; fast forward, rewind, pause/play, volume, skip to next video, skip to previous or next frame, set playback speed. Video sites supported: YouTube, TED, Youku, QQ.com, bilibili, ixigua, iQiyi, support mainstream video sites in mainland China; Live broadcasts: Twitch, Douyu.com, YY.com, Huya.com. Custom sites can be added

< Feedback on HTML5 Video Playing Tools

Review: Good - script works

§
Posted: 2021-09-21

B站左右方向键失灵的可以自己改下救急 找到Bilibili(), 将

        if (!isSquirtle) app.disableKeys = [32];

改为

        if (!isSquirtle) app.disableKeys = [32, 37, 39];
        else app.disableKeys = [37, 39];

我自己稍微改了改,行号不太对,大概在580行左右吧

xinggsfAuthor
§
Posted: 2021-09-30
Edited: 2021-09-30

这段时间B站更新太频繁了,故此脚本暂不更新

看吧~左右键又没问题

Post reply

Sign in to post a reply.