diff --git a/Scripts/xiaohongshu/xiaohongshu.js b/Scripts/xiaohongshu/xiaohongshu.js index 9c9e8806..03b863ac 100644 --- a/Scripts/xiaohongshu/xiaohongshu.js +++ b/Scripts/xiaohongshu/xiaohongshu.js @@ -128,7 +128,7 @@ if (url.includes("/note/live_photo/save")) { } if (url.includes("/note/widgets")) { - const item = ["cooperate_binds", "generic", "note_next_step"]; + const item = ["cooperate_binds", "generic", "note_next_step", "widget_list"]; if (obj?.data) { for (let i of item) { delete obj.data[i];