My js code runs on a client websites which contains code that overrides "window.eval" with a blank function, I'm able to retrieve a new copy from an iframe but for some reason i can't call the eval on the main window like that:
RealEval.call(window.top,"somecode");
It's just evaluating the string on the iframe window. Any ideas ?