mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-24 02:35:25 +08:00
feat: 微博 #815
This commit is contained in:
@@ -104,16 +104,14 @@ export default defineGkdApp({
|
||||
activityIds: [
|
||||
'.feed.DetailWeiboActivity',
|
||||
'.feed.detailrefactor.DetailPageActivity',
|
||||
'.story.gallery.feed.StoryFeedCommentsActivity2',
|
||||
],
|
||||
rules: [
|
||||
{
|
||||
key: 0,
|
||||
matches: '[vid="ll_close"][visibleToUser=true]',
|
||||
matches: '@[vid="ll_close"] > [text="广告"][visibleToUser=true]',
|
||||
snapshotUrls: [
|
||||
'https://i.gkd.li/i/13852321',
|
||||
'https://i.gkd.li/i/19526000',
|
||||
'https://i.gkd.li/i/19552278',
|
||||
],
|
||||
},
|
||||
{
|
||||
@@ -145,7 +143,6 @@ export default defineGkdApp({
|
||||
'https://i.gkd.li/i/16785777',
|
||||
'https://i.gkd.li/i/14730274',
|
||||
'https://i.gkd.li/i/19551451',
|
||||
'https://i.gkd.li/i/19552282',
|
||||
],
|
||||
},
|
||||
],
|
||||
@@ -277,5 +274,34 @@ export default defineGkdApp({
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
key: 26,
|
||||
name: '分段广告-评论区博主内容推荐',
|
||||
desc: '点击关闭-点击[不感兴趣]/[不想看到此类内容]',
|
||||
fastQuery: true,
|
||||
activityIds: [
|
||||
'.feed.detailrefactor.DetailPageActivity',
|
||||
'.story.gallery.feed.StoryFeedCommentsActivity2',
|
||||
],
|
||||
rules: [
|
||||
{
|
||||
key: 0,
|
||||
matches: '@[vid="ll_close"] > [text="推荐"][visibleToUser=true]',
|
||||
snapshotUrls: [
|
||||
'https://i.gkd.li/i/19551850',
|
||||
'https://i.gkd.li/i/19552278',
|
||||
],
|
||||
},
|
||||
{
|
||||
preKeys: [0],
|
||||
matchRoot: true,
|
||||
matches: '[text="不感兴趣"][clickable=true]',
|
||||
snapshotUrls: [
|
||||
'https://i.gkd.li/i/19551857',
|
||||
'https://i.gkd.li/i/19552282',
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user