[Greasemonkey] Re: native wrapper hell?

Lenny Domnitser ldrhcp at gmail.com
Fri Nov 11 12:39:52 EST 2005


On 11/11/05, Aaron Boodman <zboogs at gmail.com> wrote:
> Just use unsafeWindow.location.prototype...

Nope. Location apparently is a special case or has a bug. First of
all, it would be Location.prototype (use the class, not the object),
but this fails for some odd reason.

You could just set a property of the location object itself.
(location.foo = ...)


More information about the Greasemonkey mailing list