mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 01:35:32 +08:00
fix(豆瓣): 信息流广告误触导致开屏广告失效 (#713)
This commit is contained in:
@@ -123,13 +123,14 @@ export default defineGkdApp({
|
|||||||
{
|
{
|
||||||
key: 2,
|
key: 2,
|
||||||
name: '小组-帖子列表信息流广告',
|
name: '小组-帖子列表信息流广告',
|
||||||
matches: '[text="广告"][vid*="ad"][visibleToUser=true]',
|
matches: '[text!=null] + [text="广告"][visibleToUser=true]',
|
||||||
snapshotUrls: [
|
snapshotUrls: [
|
||||||
'https://i.gkd.li/i/12723569',
|
'https://i.gkd.li/i/12723569',
|
||||||
'https://i.gkd.li/i/13347455',
|
'https://i.gkd.li/i/13347455',
|
||||||
'https://i.gkd.li/i/13692895',
|
'https://i.gkd.li/i/13692895',
|
||||||
'https://i.gkd.li/i/16369005',
|
'https://i.gkd.li/i/16369005',
|
||||||
],
|
],
|
||||||
|
excludeSnapshotUrls: 'https://i.gkd.li/i/18422533',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: '点击不感兴趣',
|
name: '点击不感兴趣',
|
||||||
|
|||||||
Reference in New Issue
Block a user