mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-19 00:05:19 +08:00
fix: 开屏广告-全局误触
This commit is contained in:
@@ -24,7 +24,7 @@ export default defineGkdGlobalGroups([
|
|||||||
key: 0,
|
key: 0,
|
||||||
// 防止误触
|
// 防止误触
|
||||||
excludeMatches:
|
excludeMatches:
|
||||||
'([text*="搜索" || text^="猜你想" || text^="猜你喜欢" || text="历史记录" || text$="在搜"][text.length>3 && text.length<7][visibleToUser=true]) || ([text="设置" || text="退款详情" || text="Submit"][visibleToUser=true])',
|
'([text*="搜索" || text^="猜你想" || text^="猜你喜欢" || text="历史记录" || text$="在搜" || text*="登录"][text.length<7][visibleToUser=true]) || ([text="设置" || text="退款详情" || text="Submit" || text*="阅读并同意"][visibleToUser=true])',
|
||||||
anyMatches: [
|
anyMatches: [
|
||||||
'[text*="跳过"][text.length<10][visibleToUser=true]',
|
'[text*="跳过"][text.length<10][visibleToUser=true]',
|
||||||
'@View[clickable=true][childCount=0] - [text="互动广告"][visibleToUser=true]',
|
'@View[clickable=true][childCount=0] - [text="互动广告"][visibleToUser=true]',
|
||||||
@@ -40,6 +40,7 @@ export default defineGkdGlobalGroups([
|
|||||||
'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/20949002', // vid!~="(?is).*video.*"
|
||||||
'https://i.gkd.li/i/21617520', // text!*="视频"
|
'https://i.gkd.li/i/21617520', // text!*="视频"
|
||||||
|
'https://i.gkd.li/i/22634992', // text*="登录"
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user