mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-19 16:25:09 +08:00
fix: 开屏广告-全局 (误触 #658)
This commit is contained in:
@@ -73,7 +73,7 @@ export const blackListAppIDs: string[] = [
|
|||||||
'org.kde.kdeconnect_tp', // KDE Connect
|
'org.kde.kdeconnect_tp', // KDE Connect
|
||||||
'xyz.adproqwq.GKDTool', // GKDTool
|
'xyz.adproqwq.GKDTool', // GKDTool
|
||||||
'com.alibaba.aliyun', // 阿里云
|
'com.alibaba.aliyun', // 阿里云
|
||||||
'com.alicloud.databox', // 阿里云盘 开屏广告在 https://i.gkd.li/i/15144565 误触导致自动签到规则执行中断
|
'com.alicloud.databox', // 阿里云盘
|
||||||
'xyz.nextalone.nagram', // Nagram
|
'xyz.nextalone.nagram', // Nagram
|
||||||
'com.openai.chatgpt', // ChatGPT
|
'com.openai.chatgpt', // ChatGPT
|
||||||
'org.telegram.group', // Turrit
|
'org.telegram.group', // Turrit
|
||||||
@@ -82,7 +82,7 @@ export const blackListAppIDs: string[] = [
|
|||||||
'org.mozilla.firefox_beta', // Firefox Beta
|
'org.mozilla.firefox_beta', // Firefox Beta
|
||||||
'org.mozilla.fenix', // Firefox Nightly
|
'org.mozilla.fenix', // Firefox Nightly
|
||||||
'org.mozilla.focus', // Firefox Focus
|
'org.mozilla.focus', // Firefox Focus
|
||||||
'com.google.android.youtube', // YouTube 开屏广告在 https://i.gkd.li/i/15765176 误触
|
'com.google.android.youtube', // YouTube
|
||||||
'com.xunmeng.pinduoduo', // 拼多多
|
'com.xunmeng.pinduoduo', // 拼多多
|
||||||
'com.byyoung.setting', //爱玩机工具箱
|
'com.byyoung.setting', //爱玩机工具箱
|
||||||
'com.mixplorer', // MiX文件管理器
|
'com.mixplorer', // MiX文件管理器
|
||||||
|
|||||||
@@ -32,7 +32,11 @@ export default defineGkdGlobalGroups([
|
|||||||
excludeMatches:
|
excludeMatches:
|
||||||
'[text*="搜索" || text^="猜你" || text="历史记录" || text$="在搜"][text.length>3 && text.length<6][visibleToUser=true]',
|
'[text*="搜索" || text^="猜你" || text="历史记录" || text$="在搜"][text.length>3 && text.length<6][visibleToUser=true]',
|
||||||
matches:
|
matches:
|
||||||
'[childCount=0][visibleToUser=true][(text.length<10 && (text*="跳过" || text*="跳過" || text~="(?is).*skip.*")) || vid~="(?is).*skip.*" || 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!="取消") || id$="tt_splash_skip_btn" || (desc.length<10 && (desc*="跳过" || desc*="跳過" || desc~="(?is).*skip.*"))]',
|
||||||
|
excludeSnapshotUrls: [
|
||||||
|
// 避免误触
|
||||||
|
'https://i.gkd.li/i/18265000', // text!="取消"
|
||||||
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 2,
|
key: 2,
|
||||||
|
|||||||
Reference in New Issue
Block a user