mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 02:05:06 +08:00
feat: YouTube Music-全屏广告 #961
This commit is contained in:
@@ -9,6 +9,7 @@ export default defineGkdApp({
|
|||||||
name: '全屏广告-会员广告',
|
name: '全屏广告-会员广告',
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
|
key: 0,
|
||||||
fastQuery: true,
|
fastQuery: true,
|
||||||
anyMatches: [
|
anyMatches: [
|
||||||
'@Button[desc="No thanks"][visibleToUser=true] <<n [vid="custom"]',
|
'@Button[desc="No thanks"][visibleToUser=true] <<n [vid="custom"]',
|
||||||
@@ -23,6 +24,16 @@ export default defineGkdApp({
|
|||||||
'https://i.gkd.li/i/20598829',
|
'https://i.gkd.li/i/20598829',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
fastQuery: true,
|
||||||
|
activityIds:
|
||||||
|
'com.google.android.apps.youtube.music.activities.MusicActivity',
|
||||||
|
matches:
|
||||||
|
'ScrollView[getChild(0).getChild(1).desc="Get your Recap"] - @Button[desc="Close"] <4 ViewGroup < [vid="custom"]',
|
||||||
|
exampleUrls: 'https://e.gkd.li/2048d5b5-514f-46fa-9970-d442b1656fb0',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/i/20648224',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user