I am working on a greasemonkey script for gmail in which it would be very useful to know which function call is executed when the "Submit" button is clicked. (I could not find this using firebug, but relatively new to javascript debugging.) It seems like it should be able to detect this, I just don't know which tools to use.
Thanks so much for any help.
ps ultimately the goal here is to be able to retrieve a unique id message for outgoing gmail messages, which, as I understand it, will be present in this javascript call, so if there is an alternative way to do this, it will work just as well .
javascript greasemonkey gmail
jhofman Mar 23 '09 at 20:34 2009-03-23 20:34
source share