mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 17:25:11 +08:00
chore: sync
This commit is contained in:
@@ -9,7 +9,7 @@ export default <AppConfig>{
|
||||
activityIds: 'com.baidu.baidumaps.MapsActivity',
|
||||
rules: [
|
||||
'@TextView[text^=`跳过`] + TextView[text=`广告`]',
|
||||
`ImageView[isClickable=false] + TextView[text^='跳过'][isClickable=true]`, // 1689423368140
|
||||
`ImageView[clickable=false] + TextView[text^='跳过'][clickable=true]`, // 1689423368140
|
||||
],
|
||||
},
|
||||
],
|
||||
|
||||
@@ -9,7 +9,7 @@ export default <AppConfig>{
|
||||
rules: [
|
||||
{
|
||||
activityIds: 'com.dragon.read.ad.banner.ui',
|
||||
matches: '@[isClickable=true] TextView[text=`关闭此条广告`]',
|
||||
matches: '@[clickable=true] TextView[text=`关闭此条广告`]',
|
||||
},
|
||||
{
|
||||
activityIds: 'com.dragon.read.reader.ReaderActivity',
|
||||
|
||||
@@ -24,7 +24,7 @@ export default <AppConfig>{
|
||||
name: `美团外卖-关闭弹窗美食广告`,
|
||||
activityIds: `com.sankuai.waimai.platform.mach.dialog.DynamicDialog`,
|
||||
rules: [
|
||||
`@[desc='关闭'][isClickable=true] > ImageView`, // 1686969062508
|
||||
`@[desc='关闭'][clickable=true] > ImageView`, // 1686969062508
|
||||
],
|
||||
},
|
||||
],
|
||||
|
||||
@@ -14,7 +14,7 @@ export default <AppConfig>{
|
||||
name: `QQ-消息页面-顶部广告`,
|
||||
activityIds: `com.tencent.mobileqq.activity.SplashActivity`,
|
||||
rules: [
|
||||
`ImageView[id!=null][desc='关闭'][isClickable=true]`, // 1687669217838
|
||||
`ImageView[id!=null][desc='关闭'][clickable=true]`, // 1687669217838
|
||||
],
|
||||
},
|
||||
{
|
||||
@@ -23,11 +23,11 @@ export default <AppConfig>{
|
||||
rules: [
|
||||
{
|
||||
activityIds: `com.tencent.qqlive.module.videoreport.inject.dialog.ReportDialog`,
|
||||
matches: `[isClickable=true] > ImageView + TextView[text="关闭此条广告"]`, // 1689050230463
|
||||
matches: `[clickable=true] > ImageView + TextView[text="关闭此条广告"]`, // 1689050230463
|
||||
},
|
||||
{
|
||||
activityIds: `com.qzone.reborn.feedx.activity.QZoneFriendFeedXActivity`,
|
||||
matches: `View[desc="广告"] + ImageView[isClickable=true]`, // 1689050226722
|
||||
matches: `View[desc="广告"] + ImageView[clickable=true]`, // 1689050226722
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
@@ -17,8 +17,8 @@ export default <AppConfig>{
|
||||
name: 'QQ音乐-推荐页-广告卡片',
|
||||
activityIds: 'com.tencent.qqmusic.activity.AppStarterActivity',
|
||||
rules: [
|
||||
`@LinearLayout[isClickable=true] > TextView[text='广告'] + ImageView`, // 1688045698846
|
||||
`TextView[text="广告 | 关闭"][isClickable=true]`,
|
||||
`@LinearLayout[clickable=true] > TextView[text='广告'] + ImageView`, // 1688045698846
|
||||
`TextView[text="广告 | 关闭"][clickable=true]`,
|
||||
],
|
||||
},
|
||||
],
|
||||
|
||||
@@ -53,7 +53,7 @@ export default <AppConfig>{
|
||||
`[id='com.zhihu.android:id/content'] >2 TextView[text='不感兴趣'][id='com.zhihu.android:id/title']`, // 1686989681860
|
||||
'TextView[text=`内容质量差`][id=`com.zhihu.android:id/tv_content`]',
|
||||
'@ImageView[id=`com.zhihu.android:id/menu`] < FrameLayout - * > TextView[text^=`广告`]', // 1687913210243 1686989714786
|
||||
'@ImageView[id=null][isClickable=true] -n TextView[text*=`广告`][index=0]', // 1687418944396 1686924015259
|
||||
'@ImageView[id=null][clickable=true] -n TextView[text*=`广告`][index=0]', // 1687418944396 1686924015259
|
||||
],
|
||||
},
|
||||
{
|
||||
@@ -62,7 +62,7 @@ export default <AppConfig>{
|
||||
activityIds: 'com.zhihu.android.ContentActivity',
|
||||
rules: [
|
||||
'@ImageView -n TextView[text=`广告`][index=0]', // 1687787712268 1687787635158
|
||||
`ImageView[id=null] + TextView[text!=null][id=null] + ViewGroup > ImageView[isClickable=true]`, // 1688028432747
|
||||
`ImageView[id=null] + TextView[text!=null][id=null] + ViewGroup > ImageView[clickable=true]`, // 1688028432747
|
||||
],
|
||||
},
|
||||
{
|
||||
@@ -82,7 +82,7 @@ export default <AppConfig>{
|
||||
'TextView[text$=`的广告`] - Image[id=null]',
|
||||
'TextView[text*=`广告`] +2 Image[id=null]', // 1687338556331
|
||||
'TextView[text*=`点赞`][text*=`的回答`] +2 Image[id=null]', // 1687076663768 1686969672948
|
||||
`TextView[text=''] + Image[text=''] + TextView[text=''] + Image[id=null][isClickable=true]`, // 1687234636980
|
||||
`TextView[text=''] + Image[text=''] + TextView[text=''] + Image[id=null][clickable=true]`, // 1687234636980
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user