Greasy Fork

Instagram 下载器

在Instagram页面加入下载按钮与开启按钮,透过这些按钮可以下载或开启大头贴与贴文、限时动态、Highlight中的照片或影片

< 脚本Instagram 下载器的反馈

评价:一般 - 脚本能用,但还有一些问题

§
发表于:2023-11-26

Just updated... On Firefox: v1.17.14. The buttons are present, but do not work. When the buttons are clicked, nothing happens (story, posts, front page). Revert back to v1.17.10 for now!

§
发表于:2023-11-26

Same thing happening on Firefox 120.0 (64-bit), also reverted to v1.17.10 in order to get it to work again.
But as the dev says,
Note: This script only tests on Chrome, Edge, and Firefox with Tampermonkey on Windows 10 1903 64-bit.

§
发表于:2023-11-27

Same thing happening on Firefox 120.0 (64-bit), also reverted to v1.17.10 in order to get it to work again.
But as the dev says,
Note: This script only tests on Chrome, Edge, and Firefox with Tampermonkey on Windows 10 1903 64-bit.

true, I know. That's why I gave an "ok" rating. :)

§
发表于:2023-11-27

The issue happens with retrieving the story poster's name. IG has been making a lot of front-end changes that is hard to keep up with.

let posterName = sectionNode
.querySelector('header a')
.getAttribute('href')
.replace(/\//g, '');


temp hack to bypass this issue is just to omit it and manually add in the name yourself during the 'save-as' dialogue box:

let posterName = "";

发表回复

登录以发表回复。