This commit is contained in:
the1812 2018-12-23 17:51:58 +08:00
parent acbf0e794e
commit 4bd0b6a40f
6 changed files with 10 additions and 10 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1 +1 @@
(()=>{return(e,i)=>{function r(){const e=document.querySelector(".bilibili-player-electric-panel-jump");e&&e.click()}Observer.subtree(".bilibili-player-video-wrap",r)}})();
(()=>{return(e,r)=>{function c(){const e=document.querySelector(".bilibili-player-electric-panel-jump");e&&e.click()}Observer.subtree("#bofqi",()=>c())}})();

View File

@ -13,7 +13,7 @@
expandDanmakuList: `新版播放页面中, 弹幕列表默认收起以显示推荐的其他视频. 启用此功能可在每次加载视频时自动展开弹幕列表.`,
expandDescription: `长的视频简介默认会被折叠, 启用此功能可以强制展开完整的视频简介.`,
autoContinue: `播放视频时如果检测到历史记录信息(<span>上次看到...</span>消息), 则自动跳转到相应的时间播放.`,
skipChargeList: `自动跳过视频结尾的充电鸣谢`,
skipChargeList: `自动跳过视频结尾的充电鸣谢.`,
customStyleColor: `设定顶栏(样式调整启用时)和夜间模式使用的主题色, 可以点击颜色预览的圆圈打开色板, 其中含有预定义的16种主题色, 也可以在右侧的文本框直接输入任何有效的16进制颜色值(<span>#rrggbb</span>或<span>#rgb</span>).`,
useNewStyle: `<span>主要</span>会改变顶栏的样式, 并有一些其他地方的界面微调:
- 为播放器增加主题色投影

View File

@ -7,6 +7,6 @@
const jumpButton = document.querySelector(".bilibili-player-electric-panel-jump");
jumpButton && jumpButton.click();
}
Observer.subtree(".bilibili-player-video-wrap", skipChargeList);
Observer.subtree("#bofqi", () => skipChargeList());
};
})();