mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 09:45:11 +08:00
feat(哔哩哔哩HD): 分段广告-首页、视频播放页广告 (#500)
This commit is contained in:
@@ -25,5 +25,45 @@ export default defineGkdApp({
|
||||
rules: '[text*="青少年模式"] + [text="我知道了"]',
|
||||
snapshotUrls: 'https://i.gkd.li/i/13166639',
|
||||
},
|
||||
{
|
||||
key: 2,
|
||||
name: '分段广告-首页、视频播放页广告',
|
||||
desc: '点击[更多]-点击[不感兴趣]',
|
||||
fastQuery: true,
|
||||
rules: [
|
||||
{
|
||||
key: 0,
|
||||
activityIds: 'tv.danmaku.bili.MainActivityV2',
|
||||
matches:
|
||||
'@[vid="more"] <3 ViewGroup - [vid="ad_tag_v2"][visibleToUser=true]',
|
||||
exampleUrls: 'https://e.gkd.li/c947945b-db14-4873-8245-269d5bd7c496',
|
||||
snapshotUrls: 'https://i.gkd.li/i/17726316',
|
||||
},
|
||||
{
|
||||
key: 1,
|
||||
activityIds:
|
||||
'com.bilibili.ship.theseus.hd.detail.HDUnitedBizDetailsActivity',
|
||||
matches: '@[vid="more"] -3 [vid="ad_desc"][visibleToUser=true]',
|
||||
exampleUrls: 'https://e.gkd.li/ba14fc80-a227-479a-be82-fcddf01b1aa9',
|
||||
snapshotUrls: 'https://i.gkd.li/i/17726295',
|
||||
},
|
||||
{
|
||||
preKeys: [0, 1],
|
||||
activityIds: [
|
||||
'tv.danmaku.bili.MainActivityV2',
|
||||
'com.bilibili.ship.theseus.hd.detail.HDUnitedBizDetailsActivity',
|
||||
],
|
||||
matches: '@[clickable=true] > [text="不感兴趣"]',
|
||||
exampleUrls: [
|
||||
'https://e.gkd.li/516beab1-9421-4d71-b803-9f56a15f94de',
|
||||
'https://e.gkd.li/ea61bb70-6919-48de-bf07-dbf653a09e08',
|
||||
],
|
||||
snapshotUrls: [
|
||||
'https://i.gkd.li/i/17726321',
|
||||
'https://i.gkd.li/i/17726285',
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user