mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
Update video popup class (fix #3853)
This commit is contained in:
parent
469bb6dd04
commit
780d67b4a4
@ -0,0 +1 @@
|
||||
删除视频播放器中出现的各种弹窗, 类别可在选项中分别选择.
|
||||
@ -29,9 +29,6 @@ export const component = defineComponentMetadata({
|
||||
],
|
||||
displayName: '删除视频弹窗',
|
||||
tags: [componentsTags.video, componentsTags.style],
|
||||
description: {
|
||||
'zh-CN': '删除视频播放器中出现的各种弹窗, 类别可在选项中分别选择.',
|
||||
},
|
||||
urlInclude: playerUrls,
|
||||
options: {
|
||||
votes: {
|
||||
|
||||
@ -1,6 +1,8 @@
|
||||
body {
|
||||
&.remove-player-popup {
|
||||
// https://www.bilibili.com/video/BV1V54y1b7yW/
|
||||
&-combo-likes {
|
||||
.bili-guide,
|
||||
.bilibili-player-video-popup-three,
|
||||
.bilibili-player-video-popup-three-animate,
|
||||
.bilibili-player-video-popup-follow,
|
||||
@ -12,14 +14,18 @@ body {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
// https://www.bilibili.com/video/BV11h411k72c/
|
||||
&-related-videos {
|
||||
.bili-link,
|
||||
.bilibili-player-video-link,
|
||||
.bilibili-player-link,
|
||||
.bpx-player-link {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
// https://www.bilibili.com/video/BV12Y4y1L7SR/
|
||||
&-votes {
|
||||
.bili-vote,
|
||||
.bilibili-player-video-popup-vote,
|
||||
.bpx-player-popup-dm-close,
|
||||
.bpx-player-popup-dm-shrink,
|
||||
@ -27,7 +33,9 @@ body {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
// https://www.bilibili.com/video/BV1V54y1b7yW/
|
||||
&-rates {
|
||||
.bili-score,
|
||||
.bilibili-player-score,
|
||||
.bpx-player-popup-dm-close,
|
||||
.bpx-player-score-summary-wrap,
|
||||
@ -35,7 +43,9 @@ body {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
// https://www.bilibili.com/video/BV1fe4y1b7NE/
|
||||
&-reservations {
|
||||
.bili-reserve,
|
||||
.bpx-player-reserve {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user