Skip to content

Commit 66e34a7

Browse files
committed
fix(kill-watermark): 修复爱奇艺动态水印移除 (#51)
1 parent be67c5a commit 66e34a7

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

.changeset/quick-jeans-argue.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'kill-watermark': patch
3+
---
4+
5+
修复爱奇艺动态水印移除 [#51](https://github.com/maomao1996/tampermonkey-scripts/issues/51)

packages/kill-watermark/src/sites/iqiyi.com/index.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
.iqp-logo-box,
33
.iqp-logo-top,
44
.iqp-logo-bottom,
5-
#video div[style*='pointer-events: none'] img[src*='/media/watermark'],
5+
#video #videoCoverComp div[style*='pointer-events: none'] img[src*='/media/watermark'],
6+
#video #videoCoverComp div[style*='pointer-events: none'] img[src*='data:image/']
67

78
/* 直播右上角 log */
89
.zpc-watermark,

0 commit comments

Comments
 (0)