Skip to content

Commit

Permalink
feat(YouTube Music): 全屏广告-会员广告 (#742)
Browse files Browse the repository at this point in the history
  • Loading branch information
AIsouler committed Jan 25, 2025
1 parent 8c3bf88 commit 6be9d9c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/apps/com.google.android.apps.youtube.music.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,19 @@ export default defineGkdApp({
},
],
},
{
key: 2,
name: '全屏广告-会员广告',
desc: '点击关闭',
rules: [
{
fastQuery: true,
activityIds: '.activities.MusicActivity',
matches: '@[desc="Close"][visibleToUser=true] <<n [vid="custom"]',
exampleUrls: 'https://e.gkd.li/42b2cb6d-b1e2-4cb1-84d8-399939263711',
snapshotUrls: 'https://i.gkd.li/i/18542111',
},
],
},
],
});

0 comments on commit 6be9d9c

Please sign in to comment.