Skip to content

Commit

Permalink
feat(深(新)度搜索): 开屏广告
Browse files Browse the repository at this point in the history
  • Loading branch information
AIsouler committed Dec 18, 2024
1 parent 03d005e commit 7b1200c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/apps/com.bz.yilianlife.sd.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@ export default defineGkdApp({
id: 'com.bz.yilianlife.sd',
name: '深(新)度搜索',
groups: [
{
key: -1,
name: '开屏广告',
matchTime: 10000,
actionMaximum: 2, // https://github.com/AIsouler/GKD_subscription/issues/590
resetMatch: 'app',
priorityTime: 10000,
rules: [
{
fastQuery: true,
matches: '[text*="跳过"][text.length<10][visibleToUser=true]',
exampleUrls: 'https://e.gkd.li/7cf40ba9-6b54-4868-9c5e-8a6759326011',
snapshotUrls: 'https://i.gkd.li/i/18095106',
},
],
},
{
key: 1,
name: '全屏广告-弹窗广告',
Expand Down

0 comments on commit 7b1200c

Please sign in to comment.