On 29 май, 22:22, Aaron Boodman <[email protected]> wrote:
> There is a special setup of the window object in Chrome content
> scripts. Basically each content script gets 'their own' window object.

Is there any method to access original page window object? I'm writing
some content script which reorganizes page a little. In result an
inline script on page can't access an object which it defined like:
"var par=window.getElementById('par');"
Can I restore reference for object par inside my content script with
some object like unsafeWindow in GM?

--~--~---------~--~----~------------~-------~--~----~
Chromium Discussion mailing list: [email protected] 
View archives, change email options, or unsubscribe: 
    http://groups.google.com/group/chromium-discuss
-~----------~----~----~----~------~----~------~--~---

Reply via email to