Skip to content

Commit

Permalink
feat(Xfinity): 全屏广告 (#750)
Browse files Browse the repository at this point in the history
  • Loading branch information
AIsouler committed Jan 29, 2025
1 parent cbab243 commit 67ed5e2
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions src/apps/com.xfinity.digitalhome.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
import { defineGkdApp } from '@gkd-kit/define';

export default defineGkdApp({
id: 'com.xfinity.digitalhome',
name: 'Xfinity',
groups: [
{
key: 1,
name: '全屏广告',
desc: '点击关闭',
rules: [
{
fastQuery: true,
activityIds: '.features.overview.activities.MainActivity',
matches:
'@[clickable=true][visibleToUser=true] > [desc="close"] <<n [vid="details_modal_compose_body"]',
exampleUrls: 'https://e.gkd.li/23c04f23-efb1-4562-a376-151ee4749e8d',
snapshotUrls: 'https://i.gkd.li/i/18563031',
},
],
},
],
});

0 comments on commit 67ed5e2

Please sign in to comment.