Skip to content

Commit ce8b08d

Browse files
committed
perf: 酷安-分段广告-信息流广告 #795
1 parent 0bd343f commit ce8b08d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/apps/com.coolapk.market.ts

+5-1
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,14 @@ export default defineGkdApp({
7777
},
7878
{
7979
preKeys: [0],
80-
matches: '@[clickable=true] > [text="不感兴趣"]',
80+
anyMatches: [
81+
'@[clickable=true] > [text="不感兴趣"][visibleToUser=true]',
82+
'[text="不感兴趣"][clickable=true][visibleToUser=true]',
83+
],
8184
snapshotUrls: [
8285
'https://i.gkd.li/i/19004649',
8386
'https://i.gkd.li/i/19004661',
87+
'https://i.gkd.li/i/19534649',
8488
],
8589
},
8690
],

0 commit comments

Comments
 (0)