Skip to content

Commit

Permalink
fix(豆瓣): 信息流广告误触导致开屏广告失效 (#713)
Browse files Browse the repository at this point in the history
  • Loading branch information
AIsouler committed Jan 15, 2025
1 parent 02b73a7 commit 167dc64
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/apps/com.douban.frodo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,13 +123,14 @@ export default defineGkdApp({
{
key: 2,
name: '小组-帖子列表信息流广告',
matches: '[text="广告"][vid*="ad"][visibleToUser=true]',
matches: '[text!=null] + [text="广告"][visibleToUser=true]',
snapshotUrls: [
'https://i.gkd.li/i/12723569',
'https://i.gkd.li/i/13347455',
'https://i.gkd.li/i/13692895',
'https://i.gkd.li/i/16369005',
],
excludeSnapshotUrls: 'https://i.gkd.li/i/18422533',
},
{
name: '点击不感兴趣',
Expand Down

0 comments on commit 167dc64

Please sign in to comment.