mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
feat: 豆瓣剧照广告跳过 (#15)
This commit is contained in:
@@ -28,6 +28,21 @@ export default defineAppConfig({
|
|||||||
snapshotUrls: [
|
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