[Greasemonkey] 'onclick' handler in more than one place ?

Jeremy Dunck jdunck at gmail.com
Mon Jun 5 15:01:31 EDT 2006


On 6/2/06, Bogdan Harjoc <harjoc at gmail.com> wrote:
> span.appendChild(link.cloneNode(true))

Have you tried just appending the original link instead of cloning it?
 That might keep the handlers attached.  Another idea would be to
absolutely position the element where you want it rather than changing
the DOM.

Otherwise it'll be down to digging through the yahoo mail code to find
the bits that hook up the handler you're interested in.


More information about the Greasemonkey mailing list