在Instagram页面加入下载按钮与开启按钮,透过这些按钮可以下载或开启大头贴与贴文、限时动态、Highlight中的照片或影片
< 脚本Instagram 下载器的反馈
Bug: Get error datetime # it will get the newest comment's time if post have a comment at least. line 265: let datetime = new Date(articleNode.querySelector('time').getAttribute('datetime')); change querySelector('time') to querySelector('time._aaqe') will fix it.
登录以发表回复。
Bug: Get error datetime # it will get the newest comment's time if post have a comment at least.
line 265: let datetime = new Date(articleNode.querySelector('time').getAttribute('datetime'));
change querySelector('time') to querySelector('time._aaqe') will fix it.