Greasemonkey script for Scrapbook downloading

Feb 06, 2007 13:09

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... )

Leave a comment

Comments 12

ex_uniquewo February 7 2007, 01:11:44 UTC
OMG thank you! I'm not using this to download images but you've just made SB somewhat practical. No more clicking and clicking and clicking to get the right URL!

Reply

vinnie_tesla February 7 2007, 04:46:59 UTC
You're very welcome. I'm glad it's useful for you.

Reply


_inbetween_ February 7 2007, 01:12:08 UTC
I'd love to be able to use this for posting, since scrapbook never gives me the full-size-posting option *will check tomorrow*

Reply


(The comment has been removed)

vinnie_tesla February 7 2007, 04:46:29 UTC
Can you elaborate on how one would use this in practical terms? I'm all for using as few different tools as possible, but my technical knowledge and ambition are very limited.

Reply

kunzite1 February 7 2007, 22:40:19 UTC
there are some GM scripts out there that query documents other than the current page that you're on and are then able to retrieve returned data from the other pages.

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


xulong February 7 2007, 01:41:47 UTC
while we're on scrapbook, why won't LJ implement ftp access? bulletproofFTP >> windows publisher.

Reply

kellzilla February 7 2007, 02:13:30 UTC
^ What they said.

Reply

stufff February 7 2007, 18:07:24 UTC
Yeah. I hate having to turn on common folder tasks every time I want to upload some images.

Reply


harrywells February 7 2007, 04:37:35 UTC
Awesome, thank you!

Reply

vinnie_tesla February 7 2007, 04:47:15 UTC
You're quite welcome!

Reply


Leave a comment

Up