mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-19 16:25:09 +08:00
perf(全局规则): 开屏广告 (排除搜索页 #497)
This commit is contained in:
@@ -20,12 +20,16 @@ export default defineGkdGlobalGroups([
|
||||
rules: [
|
||||
{
|
||||
key: 0,
|
||||
excludeMatches: '[text*="搜索"][text.length<6][visibleToUser=true]', // 防止在应用的搜索页面误触
|
||||
// 防止在应用的搜索页面误触
|
||||
excludeMatches:
|
||||
'[text*="搜索" || text^="猜你" || text="历史记录" || text$="在搜"][text.length>3 && text.length<6][visibleToUser=true]',
|
||||
matches: '[text*="跳过"][text.length<10][visibleToUser=true]',
|
||||
},
|
||||
{
|
||||
key: 1,
|
||||
excludeMatches: '[text*="搜索"][text.length<6][visibleToUser=true]', // 防止在应用的搜索页面误触
|
||||
// 防止在应用的搜索页面误触
|
||||
excludeMatches:
|
||||
'[text*="搜索" || text^="猜你" || text="历史记录" || text$="在搜"][text.length>3 && text.length<6][visibleToUser=true]',
|
||||
matches:
|
||||
'[childCount=0][visibleToUser=true][(text.length<10 && (text*="跳过" || text*="跳過" || text~="(?is).*skip.*")) || id$="tt_splash_skip_btn" || vid~="(?is).*skip.*" || (vid~="(?is).*count.*" && vid~="(?is).*down.*" && vid!~="(?is).*load.*" && vid!~="(?is).*time.*" && vid!~="(?is).*hour.*" && vid!~="(?is).*minute.*" && vid!~="(?is).*second.*" && vid!~="(?is).*timing.*" && vid!~="(?is).*add.*" && vid!~="(?is).*ead.*" && text!~="([01]?[0-9]|2[0-3])[::][0-5][0-9]") || (desc.length<10 && (desc*="跳过" || desc*="跳過" || desc~="(?is).*skip.*"))]',
|
||||
excludeSnapshotUrls: [
|
||||
|
||||
Reference in New Issue
Block a user