mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
perf: 开屏广告-全局
This commit is contained in:
@@ -26,9 +26,9 @@ export default defineGkdGlobalGroups([
|
|||||||
excludeMatches:
|
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="设置" || text="Submit" || text*="阅读并同意" || text$="登录" || text="选好了" || text="书签" || text="NEXT"][visibleToUser=true]) || ([text^="选择"][text*="偏好" || text*="行业"][text.length<10][visibleToUser=true])',
|
||||||
anyMatches: [
|
anyMatches: [
|
||||||
'[text*="跳过"][text.length<10][width<350 && height<200][visibleToUser=true]',
|
'[text*="跳过"][text.length<10][width<400 && height<200][visibleToUser=true]',
|
||||||
'@[name$="View" || name$="LinearLayout"][clickable=true][childCount<2][width<300 && height<150] - [text="互动广告"][visibleToUser=true]',
|
'@[name$="View" || name$="LinearLayout"][clickable=true][childCount<2][width<300 && height<150] - [text="互动广告"][visibleToUser=true]',
|
||||||
'[childCount=0][visibleToUser=true][width<350 && height<200][(text.length<10 && (text*="跳过" || text*="跳 过" || text*="跳過" || text~="(?is).*skip.*") && text!*="视频") || (vid~="(?is).*skip.*" && vid!~="(?is).*video.*" && !(text="帮助") && !(text="取消") && !(text*="退出")) || id$="tt_splash_skip_btn" || (desc.length<10 && (desc*="跳过" || desc*="跳過" || desc~="(?is).*skip.*"))]',
|
'[childCount=0][visibleToUser=true][width<400 && height<200][(text.length<10 && (text*="跳过" || text*="跳 过" || text*="跳過" || text~="(?is).*skip.*") && text!*="视频") || (vid~="(?is).*skip.*" && vid!~="(?is).*video.*" && !(text="帮助") && !(text="取消") && !(text*="退出")) || id$="tt_splash_skip_btn" || (desc.length<10 && (desc*="跳过" || desc*="跳過" || desc~="(?is).*skip.*"))]',
|
||||||
],
|
],
|
||||||
snapshotUrls: [
|
snapshotUrls: [
|
||||||
// 互动开屏广告
|
// 互动开屏广告
|
||||||
@@ -37,6 +37,9 @@ export default defineGkdGlobalGroups([
|
|||||||
|
|
||||||
// text*="跳 过"
|
// text*="跳 过"
|
||||||
'https://i.gkd.li/i/13421452',
|
'https://i.gkd.li/i/13421452',
|
||||||
|
|
||||||
|
// width<400
|
||||||
|
'https://i.gkd.li/i/23574381',
|
||||||
],
|
],
|
||||||
excludeSnapshotUrls: [
|
excludeSnapshotUrls: [
|
||||||
// 避免误触
|
// 避免误触
|
||||||
|
|||||||
Reference in New Issue
Block a user