mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
feat: 豆瓣剧照广告跳过 (#15)
This commit is contained in:
@@ -26,7 +26,22 @@ export default defineAppConfig({
|
||||
activityIds: 'com.douban.frodo.subject.activity.RatingActivity',
|
||||
rules: '[id="com.douban.frodo:id/check_status"][checked=true]',
|
||||
snapshotUrls: [
|
||||
'https://gkd-kit.gitee.io/import/12508777'
|
||||
'https://gkd-kit.gitee.io/import/12508777'
|
||||
]
|
||||
},
|
||||
{
|
||||
key: 2,
|
||||
name: '剧照广告',
|
||||
activityIds: 'com.douban.frodo.baseproject.image.SociableImageActivity',
|
||||
rules: [
|
||||
{
|
||||
matches: 'TextView[id="com.douban.frodo:id/ad_not_interest"][text="广告"][visibleToUser=true]',
|
||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/12509475',
|
||||
},
|
||||
{
|
||||
matches: 'TextView[id="com.douban.frodo:id/mainText"][text="不感兴趣"]',
|
||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/12509476',
|
||||
},
|
||||
]
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user