fix: 修复视频搜索页广告没有屏蔽(#5160)

This commit is contained in:
wsgh0202 2025-07-25 19:03:22 +08:00
parent 4ec6faec2b
commit 090dc7c069
No known key found for this signature in database
GPG Key ID: F9658C3FEDCF6979

View File

@ -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;