Skip to content
This repository was archived by the owner on Feb 13, 2026. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 39 additions & 0 deletions src/apps/com.xingin.xhs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -191,5 +191,44 @@ export default defineGkdApp({
},
],
},
{
key: 7,
name: '局部广告-你可能感兴趣的人',
rules: [
{
fastQuery: true,
activityIds: 'com.xingin.xhs.index.v2.IndexActivityV2',
matches: '[text="你可能感兴趣的人"] +2 Button[text="关闭"]',
snapshotUrls: 'https://i.gkd.li/i/25244655',
},
],
},
{
key: 8,
name: '局部广告-关闭首页信息流中推荐博主',
rules: [
{
fastQuery: true,
activityIds: 'com.xingin.xhs.index.v2.IndexActivityV2',
matches:
'[vid="recommend_close"][clickable=true][visibleToUser=true]',
snapshotUrls: 'https://i.gkd.li/i/25245325',
},
],
},
{
key: 9,
name: '局部广告-直播间各种卡片',
activityIds: 'com.xingin.alpha.audience.v2.AlphaAudienceActivityV2',
rules: [
{
key: 1,
fastQuery: true,
matches:
'@ViewGroup[clickable=true][visibleToUser=true] - ViewGroup <<n [vid="canvasLayout"]',
snapshotUrls: 'https://i.gkd.li/i/25245250',
},
],
},
],
});