views:

118

answers:

2

Does anyone know if there is some type of tool, preferably a Firefox add on that can check the links on a page if they are absolute links (going to another website) or relative links (within the website)...

I have searched on Google, and the Firefox add ons and haven't seen any. How hard would it be to make my own? What do you guys suggest.

+2  A: 

Did you checkout ExNewT ?

btw, it is not that hard to search on addons.mozilla.org, you should have do it yourself.

J-16 SDiZ
nope. couldn't find one, I've searched everywhere on Google. trust me.
Juan
Why don't you follow the link?
rahul
cool. this works good! thanks!
Juan
ExNewT is not available for Linux.
zdmytriv
+1  A: 

Write your own Javascript to go through all the elements in the document, or maybe there is a better way to access links using a Mozilla class, and use this guide to discern between absolute and relative links.

Jenko