FW: [Greasemonkey] Including other JS files and using "class" and
custom styles
sam foster
potatosculptor at gmail.com
Mon Aug 28 14:53:54 EDT 2006
> I'm trying to get the script eval'd so all
> variables defined in the script are in a "global" scope. But so far,
> when I test for the YAHOO object variable, its not defined, even
> though the loading and eval itself went ok
That is, global for my script - not the unsafeWindow.
What I do have going on in this script is loading multiple supporting
libraries in sequence. Did I miss something, or does GM_xmlhttpRequest
not support synchronous calls? In either case, I think this is better.
Its the interpreting with eval which needs to be synchronous, not the
loading - which allows for simultaneous connections and should be much
faster this way
Sam
More information about the Greasemonkey
mailing list