mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
fix: 开屏广告-全局 误触 #1088
This commit is contained in:
@@ -27,7 +27,7 @@ export default defineGkdGlobalGroups([
|
||||
'([text*="搜索" || text^="猜你想" || text^="猜你喜欢" || text="历史记录" || text$="在搜"][text.length>3 && text.length<7][visibleToUser=true]) || ([text="设置" || text="退款详情" || text="Submit"][visibleToUser=true])',
|
||||
anyMatches: [
|
||||
'[text*="跳过"][text.length<10][visibleToUser=true]',
|
||||
'[childCount=0][visibleToUser=true][(text.length<10 && (text*="跳过" || text*="跳過" || text~="(?is).*skip.*")) || (vid~="(?is).*skip.*" && vid!~="(?is).*video.*" && text!="帮助" && text!="取消") || id$="tt_splash_skip_btn" || (desc.length<10 && (desc*="跳过" || desc*="跳過" || desc~="(?is).*skip.*"))]',
|
||||
'[childCount=0][visibleToUser=true][(text.length<10 && (text*="跳过" || text*="跳過" || text~="(?is).*skip.*") && text!*="视频") || (vid~="(?is).*skip.*" && vid!~="(?is).*video.*" && text!="帮助" && text!="取消") || id$="tt_splash_skip_btn" || (desc.length<10 && (desc*="跳过" || desc*="跳過" || desc~="(?is).*skip.*"))]',
|
||||
],
|
||||
excludeSnapshotUrls: [
|
||||
// 避免误触
|
||||
@@ -37,6 +37,7 @@ export default defineGkdGlobalGroups([
|
||||
'https://i.gkd.li/i/19952277', // text="Submit"
|
||||
'https://i.gkd.li/i/20946730', // text="设置"
|
||||
'https://i.gkd.li/i/20949002', // vid!~="(?is).*video.*"
|
||||
'https://i.gkd.li/i/21617520', // text!*="视频"
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user