Greasy Fork is available in English.

Instagram Download Button

Add the download button and the open button to download or open profile picture and media in the posts, stories, and highlights in Instagram

< Feedback op Instagram Download Button

Recensie: Goed - het script werkt zoals het hoort

§
Geplaatst: 05-12-2023
Bijgewerkt: 05-12-2023

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)

§
Geplaatst: 05-12-2023

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

§
Geplaatst: 05-12-2023

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.

§
Geplaatst: 05-12-2023

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

Reactie plaatsen

Log in om antwoord te geven.