Greasy Fork is available in English.

Instagram 下载器

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

< 脚本Instagram 下载器的反馈

提问/评论

§
发表于:2022-03-11

Can't see buttons when using dark theme (www.instagram.com/?theme=dark)

ZhiYu_作者
§
发表于:2022-04-17

Support dark mode by checking the url in v1.10. Please update to v1.10.

§
发表于:2022-04-21

works everywhere except on individual post ie. instagram.com/p/xxxxx

ZhiYu_作者
§
发表于:2022-04-22

I think this is because the script determines if Instagram is in dark mode or not by checking the url.

So please append ?theme=dark to the url (i.e., instagram.com/p/xxxxx/?theme=dark).

I'm looking for other ways to check if Instagram is in dark mode or not.

FFW
§
发表于:2022-05-11
let iconColor = getComputedStyle(document.body).backgroundColor === 'rgb(0, 0, 0)' ? 'white' : 'black';

Is one way.

ZhiYu_作者
§
发表于:2022-05-14

LGTM, merged in the script. Thanks!

§
发表于:2022-08-20

谢谢

发表回复

登录以发表回复。