Skip to content

Commit 1e4fa46

Browse files
committed
perf(YouTube Music): 全屏广告-会员广告 (#772)
1 parent 4d384d1 commit 1e4fa46

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/apps/com.google.android.apps.youtube.music.ts

+6-2
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,13 @@ export default defineGkdApp({
2626
{
2727
fastQuery: true,
2828
activityIds: '.activities.MusicActivity',
29-
matches: '@[desc="Close"][visibleToUser=true] <<n [vid="custom"]',
29+
matches:
30+
'@[desc="Close" || desc="No thanks"][visibleToUser=true] <<n [vid="custom"]',
3031
exampleUrls: 'https://e.gkd.li/42b2cb6d-b1e2-4cb1-84d8-399939263711',
31-
snapshotUrls: 'https://i.gkd.li/i/18542111',
32+
snapshotUrls: [
33+
'https://i.gkd.li/i/18542111',
34+
'https://i.gkd.li/i/18727504',
35+
],
3236
},
3337
],
3438
},

0 commit comments

Comments
 (0)