On 12/26/05, Zoolcar9 (LouCypher) <zoolcar9 gmail.com> wrote:
> Mine returns 'undefined' too
> And there's nothing on JSconsole
>
I assume a basic script (alert('debug')) is working.
I wonder if domContentLoaded isn't getting the window...
(After backing up your profile) can you tweak your
./components/greasemonkey.js?
Under: domContentLoaded: function(wrappedWindow) {
please add this line:
log('domContentLoaded " + wrappedWindow);
Then create config entry "greasemonkey.logChrome"
= true.
Then restart FF and check the js console for whether
wrappedWindow was
available (object).
If that's not it, then maybe there's an exception happening
later...
_______________________________________________
Greasemonkey mailing list
Greasemonkey mozdev.org
http:
//mozdev.org/mailman/listinfo/greasemonkey
|