[Greasemonkey] Looking for an old version of the Greasemonkey XPI
Jeremy Dunck
jdunck at gmail.com
Sun May 21 10:24:21 EDT 2006
On 5/19/06, Julien Couvreur <julien.couvreur at gmail.com> wrote:
> What's happening is that the callback methods
> such as onreadychangestate don't appear to be running in the
> context/scope I'd expect. In the page I was troubleshooting, the
> callback wouldn't "see" some global variables in the page, which is
> very odd.
They should be accessible via unsafeWindow. You could, with blinking
red lights and dire warnings, assigning window = unsafeWindow in your
script, I think.
More information about the Greasemonkey
mailing list