mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 09:15:11 +08:00
chore: sync
This commit is contained in:
@@ -7,7 +7,10 @@ export default <AppConfig>{
|
||||
key: 0,
|
||||
name: '百度地图-开屏广告',
|
||||
activityIds: 'com.baidu.baidumaps.MapsActivity',
|
||||
rules: '@TextView[text^=`跳过`] + TextView[text=`广告`]',
|
||||
rules: [
|
||||
'@TextView[text^=`跳过`] + TextView[text=`广告`]',
|
||||
`ImageView[isClickable=false] + TextView[text^='跳过'][isClickable=true]`, // 1689423368140
|
||||
],
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
@@ -21,6 +21,7 @@ export default <AppConfig>{
|
||||
matches:
|
||||
'@LinearLayout > TextView[id=`com.byted.pangle:id/tt_item_tv`][text=`不感兴趣`]',
|
||||
},
|
||||
`Button[text$="免广告"] + Button[text="不感兴趣"]`, // 1692148279610
|
||||
'Button[text$=`去广告`] - Button[text=`不感兴趣`]',
|
||||
'[id=`com.coolapk.market:id/close_view`]',
|
||||
],
|
||||
|
||||
@@ -6,7 +6,7 @@ export default <AppConfig>{
|
||||
{
|
||||
key: 0,
|
||||
name: '微博-开屏广告',
|
||||
activityIds: 'com.sina.weibo.mobileads.view.a',
|
||||
activityIds: 'com.sina.weibo.mobileads.view.',
|
||||
rules: ['@RelativeLayout > TextView[text=`跳过`]'],
|
||||
},
|
||||
{
|
||||
@@ -15,5 +15,11 @@ export default <AppConfig>{
|
||||
activityIds: 'com.sina.weibo.feed.DetailWeiboActivity',
|
||||
rules: 'ImageView[id=`com.sina.weibo:id/iv_ad_x`]',
|
||||
},
|
||||
{
|
||||
key: 2,
|
||||
name: `微博-关闭不感兴趣广告弹窗`,
|
||||
activityIds: `com.sina.weibo.view.bottomsheet.dialog.`,
|
||||
rules: [[`[text="为何会看到此广告"]`, `[text="不感兴趣"]`]], // 1688889362832
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
@@ -17,5 +17,19 @@ export default <AppConfig>{
|
||||
`ImageView[id!=null][desc='关闭'][isClickable=true]`, // 1687669217838
|
||||
],
|
||||
},
|
||||
{
|
||||
key: 2,
|
||||
name: `QQ-好友动态-广告卡片`,
|
||||
rules: [
|
||||
{
|
||||
activityIds: `com.tencent.qqlive.module.videoreport.inject.dialog.ReportDialog`,
|
||||
matches: `[isClickable=true] > ImageView + TextView[text="关闭此条广告"]`, // 1689050230463
|
||||
},
|
||||
{
|
||||
activityIds: `com.qzone.reborn.feedx.activity.QZoneFriendFeedXActivity`,
|
||||
matches: `View[desc="广告"] + ImageView[isClickable=true]`, // 1689050226722
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
@@ -6,14 +6,20 @@ export default <AppConfig>{
|
||||
{
|
||||
key: 0,
|
||||
name: 'QQ音乐-开屏广告',
|
||||
activityIds: 'com.tencent.qqmusic.activity.AppStarterActivity',
|
||||
rules: 'TextView[text=`跳过`]',
|
||||
activityIds: [
|
||||
'com.tencent.qqmusic.activity.AppStarterActivity',
|
||||
'com.tencent.qqmusic.business.splash.thirdpartsplash.tme.union.SplashDialog',
|
||||
],
|
||||
rules: 'TextView[text=`跳过`][clickable=true]',
|
||||
},
|
||||
{
|
||||
key: 1,
|
||||
name: 'QQ音乐-推荐页-广告卡片',
|
||||
activityIds: 'com.tencent.qqmusic.activity.AppStarterActivity',
|
||||
rules: `@LinearLayout[isClickable=true] > TextView[text='广告'] + ImageView`, // 1688045698846
|
||||
rules: [
|
||||
`@LinearLayout[isClickable=true] > TextView[text='广告'] + ImageView`, // 1688045698846
|
||||
`TextView[text="广告 | 关闭"][isClickable=true]`,
|
||||
],
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
@@ -40,7 +40,7 @@ export default <AppConfig>{
|
||||
{
|
||||
activityIds: 'com.bilibili.lib.ui.menu',
|
||||
matches:
|
||||
"TextView[text='广告质量差'][id^='tv.danmaku.bili:id/reason']",
|
||||
"TextView[text='广告质量差'||text='推广质量差'][id^='tv.danmaku.bili:id/reason']", // 1691203420529
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user