[Greasemonkey] Removing anonymous event handlers
Gavri Fernandez
gavri.fernandez at gmail.com
Mon Dec 5 19:53:53 EST 2005
On 12/5/05, Blake West <blakewest at gmail.com> wrote:
> I think you need to go after the rmpost() function instead of the event
> handler on the link. The event handler still gets called, but rmpost doesn't
> do anyhting.
>
> unsafeWindow.rmPost = function(){return;};
Thanks a lot. I tried "rmPost = null;" Didn't work. Guess I've got to
learn the browser model and how greasemonkey works.
--
gavri
http://www.livejournal.com/users/ga_woo/
More information about the Greasemonkey
mailing list