Skip to content

Commit

Permalink
perf(Galaxy Store): 开屏广告 (#684)
Browse files Browse the repository at this point in the history
  • Loading branch information
AIsouler committed Jan 7, 2025
1 parent 8c35a1a commit aca17ad
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/apps/com.sec.android.app.samsungapps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,11 @@ export default defineGkdApp({
rules: [
{
action: 'clickCenter',
matches: '[text*="跳过"][text.length<10][visibleToUser=true]',
snapshotUrls: 'https://i.gkd.li/i/14810528',
matches: '[vid="skip"][visibleToUser=true]',
snapshotUrls: [
'https://i.gkd.li/i/14810528',
'https://i.gkd.li/i/18329468',
],
},
],
},
Expand Down

0 comments on commit aca17ad

Please sign in to comment.