> > 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).