mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 09:45:11 +08:00
feat(Netease Cloud Music): Support skip splash ads when app's language is set to English (#532)
This commit is contained in:
@@ -17,10 +17,12 @@ export default defineGkdApp({
|
||||
key: 0,
|
||||
excludeActivityIds:
|
||||
'com.netease.cloudmusic.music.biz.setting.activity.SettingActivity',
|
||||
matches: '[text*="跳过"][text.length<10][visibleToUser=true]',
|
||||
matches:
|
||||
'[text*="跳过"||text*="Skip"][text.length<10][visibleToUser=true]',
|
||||
snapshotUrls: [
|
||||
'https://i.gkd.li/i/15092772',
|
||||
'https://i.gkd.li/i/15092814', // 避免误触
|
||||
'https://i.gkd.li/i/17892200', // 'Skip' for English users.
|
||||
],
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user