On 10/28/09 01:47, patrick wrote: > .. if I go to youtube, and in firebug I type: > > yt.config_.SWF_ARGS > > I get the params I need but, if I put that same thing in a > greasemonkey script, it says yt is undefined...
For security, Greasemonkey scripts intentionally run in a separate context than content scripts. One cannot directly access the other. http://wiki.greasespot.net/XPCNativeWrapper http://wiki.greasespot.net/Location_hack --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "greasemonkey-users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/greasemonkey-users?hl=en -~----------~----~----~----~------~----~------~--~---
