mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 09:15:11 +08:00
feat: 移除部分开屏广告规则,改用全局规则
This commit is contained in:
@@ -4,34 +4,6 @@ export default defineGkdApp({
|
||||
id: 'net.csdn.csdnplus',
|
||||
name: 'CSDN',
|
||||
groups: [
|
||||
{
|
||||
key: 0,
|
||||
name: '开屏广告',
|
||||
matchTime: 10000,
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
actionMaximumKey: 0,
|
||||
priorityTime: 10000,
|
||||
rules: [
|
||||
{
|
||||
key: 0,
|
||||
fastQuery: true,
|
||||
matches: '[text*="跳过"][text.length<=10][visibleToUser=true]',
|
||||
snapshotUrls: 'https://i.gkd.li/i/12673680',
|
||||
},
|
||||
{
|
||||
key: 1,
|
||||
anyMatches: [
|
||||
'@View[text=null][clickable=true][childCount=0][visibleToUser=true][width<200&&height<200] +(1,2) TextView[index=parent.childCount.minus(1)][text=null] <n FrameLayout[childCount>2] >(7,8,9,10) [text*="第三方应用" || text*="扭动手机" || text*="点击或上滑"][visibleToUser=true]',
|
||||
'FrameLayout > FrameLayout[childCount>2] > @View[text=null][clickable=true][childCount=0][visibleToUser=true][width<200&&height<200] +(1,2) TextView[index=parent.childCount.minus(1)][text=null][visibleToUser=true]',
|
||||
],
|
||||
snapshotUrls: [
|
||||
'https://i.gkd.li/i/13826577',
|
||||
'https://i.gkd.li/i/13224627',
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
key: 1,
|
||||
name: '更新提示',
|
||||
|
||||
Reference in New Issue
Block a user