Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Batch URL download in Safari via the clipboard' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Batch URL download in Safari via the clipboard
Authored by: scribbleed on Apr 20, '04 11:52:25PM
If you use the Javascript Bookmarklet (Steve Kangas, bookmarklets.com), you can list all the URLs which you can then copy into the Download window (e.g. below direct from the above website):
javascript:WN7z=open('','Z6','width=400,height=200,scrollbars,resizable,menubar');DL5e=document.links;with(WN7z.document){write('<base%20target=_blank>');for(lKi=0;lKi<DL5e.length;lKi++){write(DL5e[lKi].toString().link(DL5e[lKi])+'<br><br>')};void(close())}
You can even filter it with if() statements to only choose certain links like mp3s or pdfs.

[ Reply to This | # ]