mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
feat: 优化全局规则
This commit is contained in:
@@ -75,7 +75,7 @@ const globalGroups: RawGlobalGroup[] = [
|
||||
{
|
||||
key: -1,
|
||||
matches:
|
||||
'[childCount=0][visibleToUser=true][(text.length<10 && (text*="跳过" || text*="跳過" || text*="skip" || text*="Skip")) || id$="tt_splash_skip_btn" || vid*="skip" || vid*="Skip" || desc*="跳过" || desc*="skip" || (vid*="count" && vid*="down" && vid!*="load" && vid!*="hour" && vid!*="minute" && vid!*="second" && vid!*="add" && vid!*="ead")]',
|
||||
'[childCount=0][visibleToUser=true][(text.length<10 && (text*="跳过" || text*="跳過" || text*="skip" || text*="Skip")) || id$="tt_splash_skip_btn" || vid*="skip" || vid*="Skip" || desc*="跳过" || desc*="skip" || (vid*="count" && vid*="down" && vid!*="countdown" && vid!*="load" && vid!*="add" && vid!*="ead")]',
|
||||
},
|
||||
],
|
||||
apps: diabledAppIds.map((id) => ({ id, enable: false })),
|
||||
|
||||
Reference in New Issue
Block a user