[Greasemonkey] calling my script from a page

Jeremy Dunck jdunck at gmail.com
Tue Jun 20 14:39:27 EDT 2006


On 6/20/06, s g <junkvendoremail at yahoo.com> wrote:

function getHandlerPerParam(param) {
  return function(e)onMasterClick(param)};
}

link.addEventListener( "click", getHandlerPerParam(param), false )


More information about the Greasemonkey mailing list