Ziqing19

Results 5 comments of Ziqing19

希望能保存最近几次搜索的历史记录

抱歉回复有些晚。 之前也有用户反馈过类似问题,原因是收藏夹里最古早的几个收藏与Pixiv某些运行逻辑冲突,导致API出问题。如果方便的话请在控制台执行下这段代码(按F12,在右下角),将返回结果附上,看看能不能处理。 ``` const uid = ""; // 这里填上你的uid,地址栏里就有 const bookmarks = await ( (await fetch("/ajax/user/"+uid+"/illusts/bookmarks?tag=&offset=46200&limit=100&rest=show")).json() ); const a = document.createElement("a"); a.href = URL.createObjectURL( new Blob([JSON.stringify(bookmarks)], { type: "application/json" })...

抱歉很久没更新这个脚本,这次UI更新导致很多功能失效,我也发现了用户标签不显示的问题,应该是P站数据和UI更新不同步导致的,我会尽快修复这个问题

Hi. Pixiv itself has a feature to translate the tags automatically. ![Image](https://github.com/user-attachments/assets/ebecf9d3-1dac-4ae4-bf10-76166f8b95bc) What you can do is to build up your own synonym dict that map japanese tags to english...

Yean you can just copy the translation pixiv offered