Skip to content

Commit

Permalink
perf: 开屏广告-全局
Browse files Browse the repository at this point in the history
  • Loading branch information
AIsouler committed Dec 28, 2024
1 parent 3e8238e commit 3b2abc4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/globalGroups.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,10 @@ export default defineGkdGlobalGroups([
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.*")) || (vid~="(?is).*skip.*" && 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.*")) || (vid~="(?is).*skip.*" && text!="帮助" && text!="取消") || id$="tt_splash_skip_btn" || (desc.length<10 && (desc*="跳过" || desc*="跳過" || desc~="(?is).*skip.*"))]',
excludeSnapshotUrls: [
// 避免误触
'https://i.gkd.li/i/17108010', // text!="帮助"
'https://i.gkd.li/i/18265000', // text!="取消"
],
},
Expand Down

0 comments on commit 3b2abc4

Please sign in to comment.