你正在訪問的內容是外部程式的映像位址,僅用於使用者加速訪問,本站無法保證其可靠性。當前的連結位址(單點即可複製)為 https://greasyfork.org.cn/zh-CN/scripts/445241-mr%E5%93%94%E5%93%A9%E5%93%94%E5%93%A9%E5%8A%A9%E6%89%8B-%E8%87%AA%E5%8A%A8%E5%AE%BD%E5%B1%8F%E6%A8%A1%E5%BC%8F-%E8%87%AA%E5%AE%9A%E4%B9%89%E5%B8%83%E5%B1%80-%E6%99%BA%E8%83%BD%E8%BF%9E%E6%92%AD-%E6%89%93%E9%80%A0%E5%B1%9E%E4%BA%8E%E8%87%AA%E5%B7%B1%E7%9A%84b%E7%AB%99/discussions/277511,源站連結 點此以跳轉

MR哔哩哔哩助手-自动宽屏模式|自定义布局|智能连播|打造属于自己的B站

自动宽屏模式|自定义布局|智能连播...更多功能等你体验, 打造属于自己的B站~

< 脚本 MR哔哩哔哩助手-自动宽屏模式|自定义布局|智能连播|打造属于自己的B站 的反馈

评价:一般 - 脚本能用,但还有一些问题

§
发布于:2025-02-03

智能分P不能用的话,把下面的函数替换一下就好了.

function smartNextPlayVideoCheck() {
                setTimeout(smartNextPlayVideoCheck, 500);
                //存在播放设置   且 加载完毕   且   使用设置
                if (!document.getElementsByClassName('bpx-player-ctrl-setting-handoff-content')[0] || !loadReady || !GM_getValue('MRMenuSmartNextPlay') == 1)return;

                if (document.getElementsByClassName('video-pod video-pod')[0] && document.getElementsByClassName('switch-btn')[0].className == 'switch-btn') {
                    document.getElementsByClassName('bpx-player-ctrl-setting-handoff-content')[0].children[0].children[0].children[0].children[0].click();
                    console.log('[' + notificationScriptName + '-' + notificationNotification + '] ' + '智能连播 - 检测到当前为多集视频已开启自动连播');
                } 
                else if (!(document.getElementsByClassName('video-pod video-pod')[0]) && document.getElementsByClassName('switch-btn')[0].className == 'switch-btn on') {
                    document.getElementsByClassName('bpx-player-ctrl-setting-handoff-content')[0].children[0].children[0].children[0].children[1].click();
                    console.log('[' + notificationScriptName + '-' + notificationNotification + '] ' + '智能连播 - 检测到当前为单集视频已关闭自动连播');
                }
            }
§
发布于:2025-02-04

大佬我想彻底关闭自动切集智能连播改成默认的播完暂停该怎么修改?我手动改成播完暂停重启后还是会被更改成自动切集

MortRex作者
§
发布于:2025-03-12

感谢给其他人提供的帮助,最近实在没什么时间和精力维护脚本😭

发布留言

登录以发布留言。