mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
feat(小米浏览器):主页信息流广告-规则优化 (#1525)
* feat(小米浏览器):主页信息流广告 * Update com.android.browser.ts
This commit is contained in:
@@ -19,10 +19,14 @@ export default defineAppConfig({
|
||||
{
|
||||
key: 1,
|
||||
name: '主页信息流广告',
|
||||
quickFind: true,
|
||||
activityIds: [
|
||||
'com.android.browser.BrowserActivity',
|
||||
'com.android.browser.flow.view.FeedbackDialog',
|
||||
],
|
||||
rules: [
|
||||
{
|
||||
key: 0,
|
||||
activityIds: 'com.android.browser.BrowserActivity',
|
||||
matches:
|
||||
'@[id!=null][desc="负反馈"][visibleToUser=true] -n * > * > [text="广告"]',
|
||||
snapshotUrls: [
|
||||
@@ -33,9 +37,11 @@ export default defineAppConfig({
|
||||
{
|
||||
preKeys: 0,
|
||||
key: 1,
|
||||
activityIds: 'com.android.browser.flow.view.FeedbackDialog',
|
||||
matches: '@FrameLayout > ViewGroup > [text="不感兴趣"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/12894234',
|
||||
snapshotUrls: [
|
||||
'https://i.gkd.li/import/12894234',
|
||||
'https://i.gkd.li/import/13196059',
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user