mirror of
https://github.com/fmz200/wool_scripts.git
synced 2025-12-19 13:41:18 +08:00
更新 xiaohongshu.js
This commit is contained in:
@ -86,6 +86,10 @@ if (url.includes("/note/imagefeed?") || url.includes("/note/feed?")) {
|
||||
item.share_info.function_entries.unshift(addItem);
|
||||
}
|
||||
}
|
||||
// 处理帖子引用的标签
|
||||
if (item.hash_tag) {
|
||||
item.hash_tag = item.hash_tag.filter(tag => tag.type !== "interact_vote");
|
||||
}
|
||||
}
|
||||
|
||||
const images_list = obj.data[0].note_list[0].images_list;
|
||||
|
||||
Reference in New Issue
Block a user