Javascript – Chrome plugin content script cannot access all window objects?
I'm trying to fetch an object from the current page window via a content script. The object itself is available if I log the window/this object but when I try to access it via the content script it returns undefined?…