fanbox-downloader

Bookmarklet to batch download pixiv FANBOX posts as ZIP.
Modified and Translated version of the original.

Tutorial

1. Add the bookmarklet to your bookmarks.

javascript:import("https://fbdl.glaciyan.cc/fanbox-downloader.min.js").then(m=>m.main()).catch(e=>alert(`Error: (${e})`));

2. Go to a fanbox creator or post^1

3. The script will collect all posts. After it is done it attempts to copy the JSON data to your clipboard. If that fails you can also copy it from the console.

4. The script will open download.fanbox.cc^2. There you run the script again, which will open a page where you paste in the JSON data into the textbox.

5. Wait for the download to finish.


[^1]: Pages with URLs starting with XXX.fanbox.cc or fanbox.cc/@XXX

[^2]: The page url has to start with download.fanbox.cc (this is the website where the images are stored in the orignal size).