Tools [Tampermonkey] Instagram Profile Downloader

  • Hi all, there are some hacked accounts posting viruses within zip links on gofile.
    Please report these posts when you see them.
    DO NOT reply to them, this just makes it harder for us to clean up and may get your account banned by mistake.

your mum shops at Gregs

Bathwater Drinker
Jan 3, 2023
27
1,497
1,237
0fya082315al84db03fa9bf467e3.png
the only folder in donwloads is revanced and where chrome downloads to i have 2 folders not one of them is called instagram
 

dumb.bunny

Fan
Mar 12, 2022
6
52
228
0fya082315al84db03fa9bf467e3.png
I managed to install the script and get it to work but I am having one problem.

The script manages to create the 'Instagram' folder for saving the images I am trying to download, it even shows the download bar on the Instagram profile as it 'resolves' the images, however once it is done 'resolving' everything, for some reason I am then required to go one by one manually saving every image.

Just trying to figure out what I did wrong, is it because I am doing it in an incognito window. I am using Chrome, I am logged in to my Instagram account, I did switch over to Browser API.
 

blankmuppet

Archivist
Mar 11, 2022
333
12,993
1,408
0fya082315al84db03fa9bf467e3.png
can this work per-post as well if I've previously ripped the profile?
 

rokit6

Bathwater Drinker
Sep 9, 2023
40
1,555
752
0fya082315al84db03fa9bf467e3.png
Is it posible to download all the stories of the profile?
 

nire5

Superfan
Nov 8, 2022
22
577
737
0fya082315al84db03fa9bf467e3.png
Please, Log in or Register to view quotes
update line 234 and 262 with what I posted where it is different, or use this pastebin to update the script, copy and paste it over into tampermonkey. you can diff the two if you want to see where the changes are.

Please, Log in or Register to see links and images

the diff can be seen here

=================================================================== --- Current Version +++ New Version @@ -230,9 +230,9 @@ }, }; document.addEventListener('DOMContentLoaded', async () => { const headerSelector = - 'div[id^="mount_"] > div > div > div > div > div > div > div > div > div > section > main > div > header > section > div'; + 'div[id^="mount_"] > div > div > div > div > div > div > div > div > div > div > section > main > div > header > section > div'; let header = document.querySelector(headerSelector); while (!header) { @@ -258,9 +258,9 @@ const after = document.querySelector(`${headerSelector} > div > div > div`); const btnClass = - 'x1i10hfl xjqpnuy xa49m3k xqeqjp1 x2hbi6w x972fbf xcfux6l x1qhh985 xm0m39n xdl72j9 x2lah0s xe8uvvx xdj266r x11i5rnm xat24cr x1mh8g0r x2lwn1j xeuugli xexx8yu x18d9i69 x1hl2dhg xggy1nq x1ja2u2z x1t137rt x1q0g3np x1lku1pv x1a2a7pz x6s0dn4 xjyslct x1lq5wgf xgqcy7u x30kzoy x9jhf4c x1ejq31n xd10rxx x1sy0etr x17r0tee x9f619 x1ypdohk x78zum5 x1f6kntn xwhw2v2 x10w6t97 xl56j7k x17ydfre x1swvt13 x1pi30zi x1n2onr6 x2b8uid xlyipyv x87ps6o x14atkfc xcdnw81 x1i0vuye x1gjpkn9 x5n08af xsz8vos'; + 'x1i10hfl xjqpnuy xa49m3k xqeqjp1 x2hbi6w x972fbf xcfux6l x1qhh985 xm0m39n xdl72j9 x2lah0s xe8uvvx xdj266r x11i5rnm xat24cr x1mh8g0r x2lwn1j xeuugli xexx8yu x18d9i69 x1hl2dhg xggy1nq x1ja2u2z x1t137rt x1q0g3np x1lku1pv x1a2a7pz x6s0dn4 xjyslct x1lq5wgf xgqcy7u x30kzoy x9jhf4c x1ejq31n xd10rxx x1sy0etr x17r0tee x9f619 x1ypdohk x78zum5 x1i0vuye x1f6kntn xwhw2v2 x10w6t97 xl56j7k x17ydfre x1swvt13 x1pi30zi x1n2onr6 x2b8uid xlyipyv x87ps6o x14atkfc xcdnw81 x1gjpkn9 x5n08af xsz8vos'; const btnDownload = document.createElement('div'); btnDownload.href = '#'; btnDownload.className = after.getAttribute('class');