On 11/03/09 02:20, cc wrote:
> Finally, it occurs to me that these hrefs may be relative, e.g. 
> '?[LINK]' rather than 'http://www.anonym.to/?[LINK]'; check on that with 
> View Source or Firebug (tooltips and status bar will not help here).

The element.href style access always gives you the full URL.  Doing 
element.getAttribute('href') gives you the content actually in the href 
attribute, which may be i.e. a relative link.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"greasemonkey-users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/greasemonkey-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to