mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-09-26 22:49:14 +08:00
fix: 修复视频搜索页广告没有屏蔽(#5160)
This commit is contained in:
parent
4ec6faec2b
commit
090dc7c069
@ -92,7 +92,9 @@ body:not(.preserve-feed-goods) .bili-dyn-content__orig__additional:has(.dyn-good
|
||||
}
|
||||
|
||||
// 首页广告、推广
|
||||
.bili-video-card__wrap:has(.bili-video-card__stats > :is(.bili-video-card__stats--text, svg)) {
|
||||
.bili-video-card__wrap:has(.bili-video-card__stats > :is(.bili-video-card__stats--text, svg)),
|
||||
// 视频搜索页广告
|
||||
.bili-video-card__wrap:has(.bili-video-card__info--ad) {
|
||||
visibility: hidden;
|
||||
pointer-events: none !important;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user