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 11, 2024
1 parent a94bca8 commit bb97696
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/apps/com.youdao.dict.ts
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,16 @@ export default defineAppConfig({
matches: '[vid="home_ad_close"][clickable=true]',
snapshotUrls: 'https://i.gkd.li/i/14009705',
},
{
key: 2,
name: '单词页面下方广告',
quickFind: true,
activityIds: 'com.youdao.dict.activity.MainActivity',
matches: '[vid="course_four_course_close"]',
exampleUrls:
'https://m.gkd.li/57941037/4045988d-93bb-4aad-80dd-f14da296a214',
snapshotUrls: 'https://i.gkd.li/i/14559287',
},
],
},
{
Expand Down

0 comments on commit bb97696

Please sign in to comment.