ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Finished Programs

LinkGrabber: Grabs all links on a webpage and exports as a text file.

(1/3) > >>

scancode:
http://scancode.dcmembers.com/files/linkgrabber-install.htm

It's a bookmarklet that grabs all links on a webpage and exports them as a text file.. Enjoy.

Edit: typo

lanux128:
sounds good, scancode.. will try this out later. btw, will it work on Firefox?

jgpaiva:
It will, lanux. It was tested under ie, ff and opera.

kalos:
this is very interesting

can it save the txt file though?

scancode:
this is very interesting

can it save the txt file though?
-kalos (April 12, 2008, 09:18 AM)
--- End quote ---

Sure it can, I can add a button, but it'll work in IE only. You can always right-click on it :)

This one will save it as HTML / TXT on IE6
--- ---javascript:var%20i;var%20o_0=window.open('','o_0','width=450,height=250,status=0,toolbar=0,location=0,menubar=0,directories=0,resizable=1,scrollbars=1');o_0.document.open('text/plain','replace');for%20(i=0;i%3Cdocument.links.length;i++){o_0.document.write(document.links[i].href+'\r\n\r\n');}%20o_0.document.title='Links';o_0.document.close();o_0.document.execCommand("SaveAs");void%200;

Navigation

[0] Message Index

[#] Next page

Go to full version