🏠 Home 

Audio and Video Enhancement Script: Supports infinite speed adjustment, video downloading, and more.

Audio and Video enhancement script, supports all H5 video websites, such as: Bilibili, Douyin, Tencent Video, Youku, iQiyi, Xigua Video, YouTube, Weibo Video, Zhihu Video, Sohu Video, NetEase Open Course, Baidu network disk, Alibaba cloud disk, ted, instagram, twitter, etc. Full shortcut key control, support: double-speed playback/accelerated playback, video screenshots, picture-in-picture, full-screen web pages, adjusting brightness, saturation, contrast

< Feedback on Audio and Video Enhancement Script: Supports infinite speed adjustment, video downloading, and more.

Question/comment

§
Posted: 2022-08-01

edg中哔哩哔哩视频空格暂停不可用

§
Posted: 2022-08-12

找到这部分代码,这个替换就行了。

if (keyCode === 32) {
//t.switchPlayStatus();
var state = this._player.global.playerState.state;
if (state === 'paused') {
this._player.play();
} else if (state === 'ended') {
this._player.replay();
} else {
this._player.pause();
}
}

§
Posted: 2022-08-13

switchPlayStatus: '.bilibili-player-video-btn-start', 改成 .bpx-player-ctrl-btn.bpx-player-ctrl-play 也行(上面的那行同理)

吐槽: b站这帮pm真是没需求硬提需求啊, 天天改这个改那个的, 把个页面做的一团糟

ankvpsAuthor
§
Posted: 2022-08-14

edg中哔哩哔哩视频空格暂停不可用

B站的播放、暂停、全屏、网页全屏、下一集快捷键异常问题已修复

Post reply

Sign in to post a reply.