B站多P分P视频合集随机播放(开关式)

B站视频多P分P合集随机播放,自用

< 腳本B站多P分P视频合集随机播放(开关式)的回應

評論:正評 - 腳本一切正常

§
發表於:2025-05-11

可以改下getVideoList方法,改成

function getVideoList() {
    let videoCards = document.querySelectorAll('.normal'); // 假设视频卡片类名为 .normal
    if(videoCards.length <= 0){
        videoCards = document.querySelectorAll('.sub');
    }
    console.log("videoCards",videoCards);
    return Array.from(videoCards); // 转换为数组
}

兼容一下合集

Lalo_iy作者
§
發表於:2025-05-11

好的,已更改

發表回覆

登入以回覆

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址