UserScript icon indicating copy to clipboard operation
UserScript copied to clipboard

b站脚本,合集高度调度

Open imbennie opened this issue 1 year ago • 0 comments

delay(() => 
    {
        document.querySelector("div.base-video-sections-v1").style.marginBottom = '30px';
        let p = document.querySelector("div.video-sections-content-list");
        p.style.removeProperty("height");
        p.style.height = '280px'
        p.style.maxHeight = '280px'
    },
    2500,
    { loop: true }
);

把高度调高了,原来高度太窄。期待新版本更新哈!

imbennie avatar Sep 04 '24 16:09 imbennie