I cast about for a while for a way to download more than one Scrapbook image at a time, and didn't manage to find anything.
So I threw together
a wee Greasemonkey script that alters gallery links so they point to the images rather than HTML pages. This allows me to use a real downloader like
DownThemAll to grab a gallery's worth of images at once
(
Read more... )
Comments 12
Reply
Reply
Reply
(The comment has been removed)
Reply
if we're on a GalleryPage we could have a "Download All" link/button/thingy that would then do the following:
- query the XML document provided by the server that contains links to all of the images in the gallery
- retrieve those links
- prompt downloads of all those links, ideally, it would queue it into the downloads window, more ideally with a prompt of a destination folder
and then you're good to go.how exactly to do all that in JS however is beyond my skillset.
Reply
Reply
Reply
Reply
Reply
Reply
Leave a comment