prin
prin
哦哦,我没有考虑到这种情况,感谢你的反馈! 我后面有时间会针对这种情况修复一下。如果你愿意,也可以参考以下流程发个 PR,我很欢迎~(如果要 PR 的话,麻烦你基于 [idb](https://github.com/prinsss/twitter-web-exporter/tree/idb) 分支修改,目前我是在这个分支上开发的) --- 你上面的修改只针对 Following 数据导出有效,但这个问题在导出其他用户列表时应该也可能会出现。所以更通用的解决方法是这样修改(所有用到了 `extractDataFromResponse` 的用户模块都需要修改): ```diff // src/modules/following/api.ts const newData = extractDataFromResponse( res, (json) => json.data.user.result.timeline.timeline.instructions, - (entry) => entry.content.itemContent.user_results.result, + (entry)...
此问题已在最新测试版中修复,如有问题欢迎反馈。 https://github.com/prinsss/twitter-web-exporter/releases/download/nightly/twitter-web-exporter.user.js
Hi all, This could be a problem about Content-Security-Policy (CSP) and was discussed before in #19. For Chrome users, it should just work. For Firefox users with Tampermonkey installed, try...
Hi, 请提供以下信息方便排查问题: 1. 你的浏览器是什么,版本是多少 2. 你使用的脚本管理器版本(Tampermonkey、Violentmonkey) 3. 你使用的 twitter-web-exporter 版本 4. 你是否正在使用暗黑模式浏览网页? 5. 按 F12 打开浏览器控制台,是否有红色的报错信息?
Hi @18175613591 , 你可以尝试把 Twitter 改成亮色模式,再看看按钮是否会出现。如果还是不出现,请将浏览器控制台上的红色报错截图,或者复制粘贴过来,以便排查具体问题。
Hi @ianlai0318 @hjzzd , 你们提供的图片中的报错是其他报错,和 twitter-web-exporter 无关。你们也是遇到了看不到按钮的问题吗? 请尝试使用这个版本,看看是否还有问题: https://github.com/prinsss/twitter-web-exporter/releases/download/nightly/twitter-web-exporter.user.js
@NoraItachi 请尝试使用 [v1.2.0](https://github.com/prinsss/twitter-web-exporter/releases/tag/v1.2.0) 版本,此版本在菜单栏中新增了可以打开控制面板的菜单项。 如果更新后还是看不到菜单,请新开一个 issue 反馈。:) 
Hi, Thank you for your feedback. Would you please explain more about your feature request? What do you mean by "download to folder"? Are you expecting that the script will...
Closing due to inactivity. Feel free to open a new issue if you have any questions or need help with this problem. :)
Hi,你可以试试最新的测试版,看看有没有解决问题: https://github.com/prinsss/twitter-web-exporter/releases/download/nightly/twitter-web-exporter.user.js