Greasy Fork is available in English.

Instagram 下載器

在Instagram頁面加入下載按鈕與開啟按鈕,透過這些按鈕可以下載或開啟大頭貼與貼文、限時動態、Highlight中的照片或影片

< 腳本Instagram 下載器的回應

評論:正評 - 腳本一切正常

§
發表於:2023-12-05
編輯:2023-12-05

If you use to download stories only, like myself
change this line:
headers: new Headers({
'User-Agent': window.navigator.userAgent,
Origin: location.origin,
}),
for just this:
headers: new Headers(),

it will solve the problem and download it stories normally.
(line number 714)

§
發表於:2023-12-05

It didn't work for me, in the F12 console says "Cannot find post id" and "Cannot find media id"

§
發表於:2023-12-05

It didn't work for me, in the F12 console says "Cannot find post id" and "Cannot find media id"

fetch(url, {
headers: new Headers(),
mode: 'cors',
})

check if it's like that?
On firefox it's working stories downloading for me.

§
發表於:2023-12-05

fetch(url, {
headers: new Headers(),
mode: 'cors',
})

check if it's like that?
On firefox it's working stories downloading for me.

Exactly like this
I use Chrome, maybe that's why

發表回覆

登入以回復