Skip to content
This repository has been archived by the owner on Feb 10, 2025. It is now read-only.

Commit

Permalink
feat(百度网盘三星版): 开屏广告
Browse files Browse the repository at this point in the history
  • Loading branch information
AIsouler committed Mar 14, 2024
1 parent bbfd2ea commit dcc8ec0
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions src/apps/com.baidu.netdisk.samsung.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,32 @@ export default defineAppConfig({
name: '百度网盘-三星版本',
deprecatedKeys: [0],
groups: [
{
key: -1,
name: '开屏广告',
quickFind: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
actionMaximumKey: 0,
rules: [
{
key: 0,
matches: '[text*="跳过"][text.length<10][visibleToUser=true]',
exampleUrls:
'https://m.gkd.li/57941037/e88a7ab4-0aeb-4472-a49b-3252da21ae33',
snapshotUrls: 'https://i.gkd.li/i/12738323',
},
{
key: 1,
matches:
'FrameLayout > FrameLayout[childCount>2] > @View[clickable=true] + TextView <<n [id="android:id/content"]',
exampleUrls:
'https://m.gkd.li/57941037/7f1babd6-7da3-4733-aca9-80ddf3c0a84e',
snapshotUrls: 'https://i.gkd.li/i/14596658',
},
],
},
{
key: 1,
name: '全屏广告-弹窗广告',
Expand Down

0 comments on commit dcc8ec0

Please sign in to comment.