mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
Merge branch 'preview-fixes' into preview-features
This commit is contained in:
commit
a8662022f5
@ -1,13 +1,17 @@
|
|||||||
body.disable-highlight-danmaku-style {
|
body.disable-highlight-danmaku-style {
|
||||||
|
.bili-danmaku-x-high,
|
||||||
|
.bili-danmaku-x-high-top,
|
||||||
.bili-dm.bili-high,
|
.bili-dm.bili-high,
|
||||||
.b-danmaku-high {
|
.b-danmaku-high {
|
||||||
display: block !important;
|
display: block !important;
|
||||||
padding: 0 !important;
|
padding: 0 !important;
|
||||||
line-height: 1.125 !important;
|
line-height: 1.125 !important;
|
||||||
|
.bili-danmaku-x-high-icon,
|
||||||
.bili-high-icon,
|
.bili-high-icon,
|
||||||
.b-danmaku-high-icon {
|
.b-danmaku-high-icon {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
.bili-danmaku-x-high-text,
|
||||||
.bili-high-text,
|
.bili-high-text,
|
||||||
.b-danmaku-high-text {
|
.b-danmaku-high-text {
|
||||||
margin: 0 !important;
|
margin: 0 !important;
|
||||||
@ -16,6 +20,7 @@ body.disable-highlight-danmaku-style {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
body.disable-up-danmaku-style {
|
body.disable-up-danmaku-style {
|
||||||
|
.bili-danmaku-x-up,
|
||||||
.bili-dm.bili-up,
|
.bili-dm.bili-up,
|
||||||
.b-danmaku-up {
|
.b-danmaku-up {
|
||||||
padding: 0 !important;
|
padding: 0 !important;
|
||||||
@ -29,15 +34,17 @@ body.disable-up-danmaku-style {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
body.disable-vip-danmaku-style {
|
body.disable-vip-danmaku-style {
|
||||||
|
.bili-danmaku-x-dm-vip,
|
||||||
.bili-dm-vip {
|
.bili-dm-vip {
|
||||||
display: contents !important;
|
display: contents !important;
|
||||||
text-shadow: inherit !important;
|
text-shadow: inherit !important;
|
||||||
}
|
}
|
||||||
.bili-dm:not([style*='--textShadow']) {
|
:where(.bili-dm, .bili-danmaku-x-dm):not([style*='--textShadow']) {
|
||||||
--textShadow: var(--danmaku-text-shadow);
|
--textShadow: var(--danmaku-text-shadow);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
body.disable-upSlogan-danmaku-style {
|
body.disable-upSlogan-danmaku-style {
|
||||||
|
.bili-danmaku-x-upslogan,
|
||||||
.bili-upslogan {
|
.bili-upslogan {
|
||||||
padding: 0 !important;
|
padding: 0 !important;
|
||||||
opacity: var(--opacity) !important;
|
opacity: var(--opacity) !important;
|
||||||
|
|||||||
@ -1,11 +1,13 @@
|
|||||||
body {
|
body {
|
||||||
&.remove-player-popup {
|
&.remove-player-popup {
|
||||||
// https://www.bilibili.com/video/BV1WA4m1L7xa/
|
// https://www.bilibili.com/video/BV1WA4m1L7xa/
|
||||||
|
.bili-danmaku-x-cmd-shrink,
|
||||||
.bili-cmd-shrink {
|
.bili-cmd-shrink {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
// https://www.bilibili.com/video/BV1V54y1b7yW/
|
// https://www.bilibili.com/video/BV1V54y1b7yW/?t=58
|
||||||
&-combo-likes {
|
&-combo-likes {
|
||||||
|
.bili-danmaku-x-guide,
|
||||||
.bili-guide,
|
.bili-guide,
|
||||||
.bilibili-player-video-popup-three,
|
.bilibili-player-video-popup-three,
|
||||||
.bilibili-player-video-popup-three-animate,
|
.bilibili-player-video-popup-three-animate,
|
||||||
@ -18,8 +20,9 @@ body {
|
|||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// https://www.bilibili.com/video/BV11h411k72c/
|
// https://www.bilibili.com/video/BV11h411k72c/?t=90
|
||||||
&-related-videos {
|
&-related-videos {
|
||||||
|
.bili-danmaku-x-link,
|
||||||
.bili-link,
|
.bili-link,
|
||||||
.bilibili-player-video-link,
|
.bilibili-player-video-link,
|
||||||
.bilibili-player-link,
|
.bilibili-player-link,
|
||||||
@ -27,8 +30,9 @@ body {
|
|||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// https://www.bilibili.com/video/BV12Y4y1L7SR/
|
// https://www.bilibili.com/video/BV12Y4y1L7SR/?t=230
|
||||||
&-votes {
|
&-votes {
|
||||||
|
.bili-danmaku-x-vote,
|
||||||
.bili-vote,
|
.bili-vote,
|
||||||
.bilibili-player-video-popup-vote,
|
.bilibili-player-video-popup-vote,
|
||||||
.bpx-player-popup-dm-close,
|
.bpx-player-popup-dm-close,
|
||||||
@ -37,8 +41,9 @@ body {
|
|||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// https://www.bilibili.com/video/BV1V54y1b7yW/
|
// https://www.bilibili.com/video/BV1V54y1b7yW/?t=48
|
||||||
&-rates {
|
&-rates {
|
||||||
|
.bili-danmaku-x-score,
|
||||||
.bili-score,
|
.bili-score,
|
||||||
.bilibili-player-score,
|
.bilibili-player-score,
|
||||||
.bpx-player-popup-dm-close,
|
.bpx-player-popup-dm-close,
|
||||||
@ -50,6 +55,7 @@ body {
|
|||||||
}
|
}
|
||||||
// https://www.bilibili.com/video/BV1fe4y1b7NE/
|
// https://www.bilibili.com/video/BV1fe4y1b7NE/
|
||||||
&-reservations {
|
&-reservations {
|
||||||
|
.bili-danmaku-x-reserve,
|
||||||
.bili-reserve,
|
.bili-reserve,
|
||||||
.bpx-player-reserve {
|
.bpx-player-reserve {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
@ -57,6 +63,7 @@ body {
|
|||||||
}
|
}
|
||||||
// https://www.bilibili.com/video/BV1Qe411d7LM/?t=221
|
// https://www.bilibili.com/video/BV1Qe411d7LM/?t=221
|
||||||
&-promotions {
|
&-promotions {
|
||||||
|
.bili-danmaku-x-cmtime,
|
||||||
.bili-cmtime,
|
.bili-cmtime,
|
||||||
.bpx-player-cmtime,
|
.bpx-player-cmtime,
|
||||||
.bpx-player-skipcard {
|
.bpx-player-skipcard {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user