Greetings,
From the Chrome console, or a 'normal' <script> tag, I can do :
But from a chrome 'context' script, it fails withCode:win1 = window.open('some url') b1 = win1.document.body.innerHTML;
Uncaught TypeError: Cannot read property 'document' of undefined
What is the "magic incantation" I need ??
I've spent HOURS going through the Google docs, searching the web, looking for this (hopefully) simple answer
thx
Mike


LinkBack URL
About LinkBacks
?



Reply With Quote