I'm developing a script for Greasemonkey, but I'm stuck trying to activate links via JavaScript.
The script should check the web page for a certain href link and, after finding it, it must activate it (like clicking on the link).
If it helps, the href I'd like to activate is a "javascript:FUNCTION" kind of link.