[Greasemonkey] Removing anonymous event handlers

comex comexk at gmail.com
Mon Dec 5 22:41:44 EST 2005


> > unsafeWindow.rmPost = function(){return;};
window.__defineSetter__('rmPost', function() {
  // be evil, however that is possible
});

I'd like to know the answer to this question as well (as well as how
it is possible to access GM_* within such a function, as was probably
described some time ago).


More information about the Greasemonkey mailing list