Skip to content

Commit

Permalink
feat: 关闭喜马拉雅免流广告 (#683)
Browse files Browse the repository at this point in the history
Signed-off-by: minglu7 <[email protected]>
Co-authored-by: AIsouler <[email protected]>
  • Loading branch information
minglu7 and AIsouler authored Jan 7, 2025
1 parent ac49a8b commit db3b445
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/apps/com.ximalaya.ting.android.ts
Original file line number Diff line number Diff line change
Expand Up @@ -233,5 +233,19 @@ export default defineGkdApp({
},
],
},
{
key: 13,
name: '全屏广告-免流提示',
desc: '关闭[开免流送会员]弹窗',
rules: [
{
fastQuery: true,
activityIds: '.host.activity.MainActivity',
matches: '[vid="host_iv_close"][visibleToUser=true]',
exampleUrls: 'https://e.gkd.li/2a7e189b-b935-4bbd-9672-c18f2bf454e9',
snapshotUrls: 'https://i.gkd.li/i/18326083',
},
],
},
],
});

0 comments on commit db3b445

Please sign in to comment.