mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-17 15:25:08 +08:00
fix: 开屏广告-全局误触
This commit is contained in:
@@ -24,7 +24,7 @@ export default defineGkdGlobalGroups([
|
||||
key: 0,
|
||||
// 防止误触
|
||||
excludeMatches:
|
||||
'([text*="搜索" || text="历史记录" || text$="在搜"][text.length>3 && text.length<7][visibleToUser=true]) || ([text="设置" || text="Submit" || text*="阅读并同意" || text$="登录" || text="选好了" || text="书签" || text="NEXT"][visibleToUser=true]) || ([text^="选择"][text*="偏好" || text*="行业"][text.length<10][visibleToUser=true])',
|
||||
'([text*="搜索" || text="历史记录" || text$="在搜"][text.length>3 && text.length<7][visibleToUser=true]) || ([text="Submit" || text*="阅读并同意" || text$="选好了" || text="书签" || text="NEXT"][visibleToUser=true]) || ([text$="设置" || text^="选择" || text*="登录" || text^="下一步" || text^="完成"][text.length<10][visibleToUser=true])',
|
||||
anyMatches: [
|
||||
'@[text*="跳过"][text.length<10][width<400 && height<200][visibleToUser=true] <<n [parent=null]',
|
||||
'@[name$="View" || name$="LinearLayout"][clickable=true][childCount<2][width<300 && height<150] - [text="互动广告"][visibleToUser=true]',
|
||||
@@ -47,14 +47,18 @@ export default defineGkdGlobalGroups([
|
||||
'https://i.gkd.li/i/17108010', // !(text="帮助")
|
||||
'https://i.gkd.li/i/18265000', // !(text="取消")
|
||||
'https://i.gkd.li/i/19952277', // text="Submit"
|
||||
'https://i.gkd.li/i/20946730', // text="设置"
|
||||
'https://i.gkd.li/i/20946730', // text$="设置"
|
||||
'https://i.gkd.li/i/20949002', // vid!~="(?is).*video.*"
|
||||
'https://i.gkd.li/i/21617520', // text!*="视频"
|
||||
'https://i.gkd.li/i/22634992', // text$="登录"
|
||||
'https://i.gkd.li/i/23051921', // [text^="选择"][text*="偏好"]
|
||||
'https://i.gkd.li/i/23052289', // text="选好了" text*="行业"
|
||||
'https://i.gkd.li/i/22634992', // text$="登录" text*="阅读并同意"
|
||||
'https://i.gkd.li/i/23051921', // [text^="选择"]
|
||||
'https://i.gkd.li/i/23742770', // [text^="选择"]
|
||||
'https://i.gkd.li/i/23743049', // [text^="选择"]
|
||||
'https://i.gkd.li/i/23052289', // text="选好了"
|
||||
'https://i.gkd.li/i/23122415', // text="书签"
|
||||
'https://i.gkd.li/i/23225609', // text="NEXT"
|
||||
'https://i.gkd.li/i/23741801', // text^="下一步" text$="设置"
|
||||
'https://i.gkd.li/i/23741779', // text^="完成" text$="设置"
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user