feat(小米浏览器): 主页信息流广告 (#1026)

close #1000
This commit is contained in:
Kun Jinkao
2023-10-14 01:43:13 +08:00
committed by GitHub
parent 0f7af7dca1
commit 72a8adb098

View File

@@ -16,5 +16,28 @@ export default defineAppConfig({
}, },
], ],
}, },
{
key: 1,
name: '主页信息流广告',
rules: [
{
key: 0,
activityIds: 'com.android.browser.BrowserActivity',
matches:
'@[id!=null][desc="负反馈"][visibleToUser=true] -n * > * > [text="广告"]',
snapshotUrls: [
'https://gkd-kit.songe.li/import/12894221',
'https://gkd-kit.songe.li/import/12893649',
],
},
{
preKeys: 0,
key: 1,
activityIds: 'com.android.browser.flow.view.FeedbackDialog',
matches: '@FrameLayout > ViewGroup > [text="不感兴趣"]',
snapshotUrls: 'https://gkd-kit.songe.li/import/12894234',
},
],
},
], ],
}); });