i am trying to do a youtube script.
there is a function N() in the file
http://s.ytimg.com/yt/js/base_all_with_bidi-vfl91732.js included with
the page.
if it was like this: function N(){
} , then i would be fine, i would know how to change it.
the thing is it is declared like so:
(function(){
function N(){
// code
}
})();
the thing is i cannot get a reference to the N function. the only way
i would see it is to do window.AnonymousFunc.N
but i don't know how to get that reference to the anonymous function.
maybe i am going a wrong path, and should be easy if i digg another
way of doing it.
can anybody show me how to get a reference to the N function.
thank you in advance.
--
jgabios
http://bash.editia.info
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---