Extra caution is recommended when installing recently uploaded/updated scripts (read more)
Be sure you trust any scripts you install

Thumbs2Links

Download videos and images directly from the index gallery page, supports youtube.com, dailymotion.com, break.com, bolt.com, tinypic.com, webshots.com, photobucket.com, rude.com, stickam.com, imagefap.com, imagebeaver.com, myvideo.de, ecc

Thumbs2Links is a Greasemonkey script that gives you the ability to download large groups of videos in a fast and easy way. It works on Youtube and similar sites.

With Thumbs2Links you can download everything from the index page, without browsing through pages full of popups and banners.

When you are on a page containing thumbnails, for example an user videos page or a playlist page, click "Get direct links!" and you will get direct links to all the videos (or full size pics) shown in the thumbnails. The direct links will be shown on the bottom of the current page and you'll be able to import them inside your favorite download manager, like GetRight or DownThemAll.






1 point
login to vote
Darkman script's author
Posted Mar 30, 2008

i have nothing to do with the script linked below, this is the official page for thumbs2links together with http://tubemall.net

anyway most of the script functions are broken now so expect an update later today or tomorrow ;)

1 point
login to vote
HatastiX user
Posted Mar 5, 2008

has this userscript been pirated?

http://userscripts.org/scripts/show/22912

1 point
login to vote
Posted Mar 1, 2008

Please consider updating the webshots component to put the associated image link proximate to the thumbnail

Possibly use HTTP URI (base64 png) to insert a download icon near the thumbnail:

http://software.hixie.ch/utilities/cgi/data/data

1 point
login to vote
IgorCesar user
Posted Oct 16, 2007

Hey, man, could you please support BoxTheClown and ImageVenue as well as ImageBeaver?

Thanks!

1 point
login to vote
IgorCesar user
Posted Oct 14, 2007

Congratulations, man! This is an amazing script!

1 point
login to vote
panthos user
Posted Oct 9, 2007

This is a great script

unfortunately i upgraded my version of firefox to firefox and now my thumbs2links script no longer works properly.

will there be an update coming soon?
better still does any1 have the installer for the older version of firefox?

1 point
login to vote
Darkman script's author
Posted Sep 8, 2007

Script updated, i fixed youtube, dailymotion imagebeaver and tubehos, i tested imagefap too and it's working fine for me.

1 point
login to vote
Posted Jul 12, 2007

No longer works on imagefap in that the direct links no just display a bunch of code when clicked.

1 point
login to vote
tr00 user
Posted Jun 7, 2007

This is no longer working for me :(

The "Get direct links!" bar is missing.

1 point
login to vote
Amy user
Posted May 18, 2007

Works superbly -- except I believe it's been changed in order to include the titles in the links and I'm not getting any titles.
This would be terrific if it can be done, because I don't necessarily want to download everything on the page and I'd prefer to open part 1, part 2, etc., in order, if I'm playing them rather than downloading. Thanks much.

1 point
login to vote
Darkman script's author
Posted Apr 23, 2007

i'm about to release an update with support for livevideo.com, if you can give me a sample usercash gallery i'll add it as well, or you can mail me the modified script at tubemall-at-tubemall.net

1 point
login to vote
Nathaniel user
Posted Apr 19, 2007

Works great, also works perfectly with usercash.com which is a domain used by a bunch of imagefap domains. just add another line replacing /imagefap/ with /usercash/ in the triggers. Would be great to have that integrated by maintainer, and possibly find out what other domains are just "shells" for ones that are already supported.

1 point
login to vote
Darkman script's author
Posted Mar 16, 2007

mmm i think this is happening couse the page is full of links to comments: http://www.youtube.com/watch?v=aK-0ChCio8Q&#
they look like a pagelink so the script is fetching them 20 times, try to modify it so that it will skip all the links containing '&#'

1 point
login to vote
lazyttrick scriptwright
Posted Mar 16, 2007

no problem man, but sometimes it's going crazy, keeps adding the actual video to the list and never stops...
happened here:
http://www.youtube.com/watch?v=aK-0ChCio8Q&mode...=

1 point
login to vote
Darkman script's author
Posted Mar 16, 2007

Updated, now it's showing titles on the links for youtube.com, dailymotion.com and rude.com.
Thanks a lot lazyttrick, i credited you in the source code.

1 point
login to vote
Darkman script's author
Posted Mar 16, 2007

ah you are doing it inside the onload, nice, if it's working you can change the addlinka function too and pass it an optional value with the title that when available will be used as innerhtml. I'll try modify the script today

1 point
login to vote
Darkman script's author
Posted Mar 16, 2007

you always get the same title couse all the xmlhttprequests are returning results when the loop that goes through the links is already completed. So they all find the same value (the last value) in the title variable.

1 point
login to vote
lazyttrick scriptwright
Posted Mar 16, 2007

ok, let me try

      title = result.responseText.match(/\

this worked... for youtube... but I didn't tested in all pages...

1 point
login to vote
lazyttrick scriptwright
Posted Mar 16, 2007

oops, html is on... nevermind

1 point
login to vote
lazyttrick scriptwright
Posted Mar 16, 2007

Hi,

I'm trying to get title for each video in Youtube function:

onload:function(result){
var title = result.responseText.match(/\


}

I got some null returns that needs treatment, but what I dont get is that the others returns are all equal to the actual video...

I'm not going into it, so I leave the suggestion...bb

1 point
login to vote
SparcMan scriptwright
Posted Mar 15, 2007

Nice script. Feel free to integrate my scripts if you like. I ask only that you give credit.

http://userscripts.org/users/23573;scripts

You could comment on this script if you were logged in.