Guide Forum Post Downloader - Tampermonkey Script

SimpCity

Staff
Mar 11, 2022
370
120,534
2,177
0fya082315al84db03fa9bf467e3.png
Introduction

This script can download the contents of many posts on the forum including locally hosted attachments and files on some external hosts such as jpg.church, pixl, cyberdrop, bunkr, pixeldrain and others.

The script adds a download button alongside every post and a download all button at the top of every page which will download every post on the page.

Buttons Added.JPG







Installation


- Install the tampermonkey extension
Please, Log in or Register to see links and images


- Click on the icon up near the web address bar (1) (you may have to click the puzzle piece to see it if its hidden) and then select 'Create a new script...' (2)
Install 1.png

- Paste in the latest version of the script
Please, Log in or Register to see links and images
into the editor field overwriting the default template
Install 2.JPG

- Select File then Save
Install 3.JPG

- Go to settings (1), change 'Config mode' to 'Advanced' (2)
Install 4.png

- Then scroll down to 'Downloads BETA' (1) and change the option to 'Browser API' (2)
Install 5.png

You should then see a download button alongside every post and at the top of every thread on the forum (you need to refresh any open tabs after installing), just hit the download button and the tool will download all media it can from the post/thread.







Weird Zip Names


If zips download with a weird filename i.e. f81dfbdc-eb8b-4b37-8bb5-5100d498e2f6.zip then you should disable any download managers such as downthemall, free download manager etc., refresh the page and try again
 
Last edited by a moderator:

Anon_Aus

🦘🦘🦘
Mar 12, 2022
513
30,027
1,742
0fya082315al84db03fa9bf467e3.png
Ah damn, I think violetmonkey can't edit COR headers or something IIRC (broke some of my Plex userscripts) but tampermonkey can. Maybe that has something to do with this quirk and it not working with violentmonkey.
 

backwards

Tier 2 Sub
Jan 4, 2023
31
1
210
277
0fya082315al84db03fa9bf467e3.png
Please, Log in or Register to see links and images

- Download links in batches (default batch size: 2).
- For browsers other than Firefox, do not generate a zip and write to disk as soon as the file is downloaded.
- Remove custom filename for browsers other than Firefox.
- Only remove blockquotes from messages when it references another post.
- Fix duplicate jpg.church image detection for some posts.
- Fix duplicate bunkrr.su image/video detection for some posts.
- Add ability to download direct images from *Blacklisted site*
- Add ability to download direct images from dailystar.co.uk
- Add ability to download public images from onlyfans.com
- Sync src with /dist/build.user.js
- Fix formatting

#1: This should fix the rate limiting issues (429: Too many requests) for hosts like Bunkr as no more than 2 files are downloaded concurrently. If you are downloading files from hosts that have rate-limit in place (e.g. Bunkr), make sure to wait for a post to finish downloading before downloading another post.
 
Last edited:

Anon_Aus

🦘🦘🦘
Mar 12, 2022
513
30,027
1,742
0fya082315al84db03fa9bf467e3.png
I've updated to the latest version "2.3.5"
but I don't have the download button on any posts nor do I have the download all at the top of the page!
Using Violentmonkey 2.13.9
 
  • Like
Reactions: naturalism1

POKI

Broke Boi
Mar 8, 2022
1,709
108
17,058
1,522
0fya082315al84db03fa9bf467e3.png
Have you tried tampermonkey?
 

Systaltic

Superfan
Feb 6, 2022
66
690
929
0fya082315al84db03fa9bf467e3.png
is the latest version supposed to download files individually instead of putting them in a rar? if so, can I configure that somewhere? much preferred the rars
 

xando

Bathwater Drinker
Mar 11, 2022
842
62,437
2,208
Last edited:

Systaltic

Superfan
Feb 6, 2022
66
690
929
0fya082315al84db03fa9bf467e3.png
Please, Log in or Register to view quotes
what I've also just realized, another annoying thing about this change is, in the past, if a download failed, i.e. the post contained 8 files but it only downloaded 7 of them, then if u downloaded the post again, it would still have the other 7 cached and thus wouldn't need to redownload them, and would just download the 1 missing file. now with this change, it doesn't do that anymore, and instead actually will redownload every single file.

very very annoying
 

backwards

Tier 2 Sub
Jan 4, 2023
31
1
210
277
0fya082315al84db03fa9bf467e3.png
2.3.6:
Please, Log in or Register to see links and images


- Revert to zipped downloads (with option to download directly to the folder)
- Add ability to download files from zippyshare.com
- Add ability to download media from give.xxx

Please, Log in or Register to view quotes

Not true. Nothing in the changes introduced in the last couple of releases has anything to do with how browser caches the files. Files are cached like before. Remember that caching depends on many factors and I haven't seen a file > 40MB or 50MB being cached on my PC.
 
Last edited:

backwards

Tier 2 Sub
Jan 4, 2023
31
1
210
277
0fya082315al84db03fa9bf467e3.png
2.3.8:
Please, Log in or Register to see links and images


- Add ability to download coomer.party profiles and direct links

Important: Videos uploaded to coomer.party has the m4v extension which is not whitelisted by default in tampermonkey.

To whitelist m4v extension:

1. Under the tampermonkey settings, set the Config mode to Advanced.
2. In the Downloads Beta section, change the following line to include the m4v extension:

Default should be something like:
/\.(avi|mkv|flv|divx|mpe?g|webm|mov)$/

After append |m4v, it should look something like:
/\.(avi|mkv|flv|divx|mpe?g|webm|mov|m4v)$/

3. Press save to save the settings.

Note: coomer.party profile resolution may take a while (depending on the number of pages) and right now there's no way of visually indicating the current page being resolved. I've added logs which can be viewed in the browser console which shows the resolution progress.
 
Last edited:

babushka23

Bathwater Drinker
Mar 28, 2022
59
1,286
1,242
0fya082315al84db03fa9bf467e3.png
For some reason I still have problem downloading bunkr stuff. It will randomly stuck halfway downloading things, or it finished downloading on the web page but failed to save the zipped file with chrome( failed:system busy).