[Greasemonkey] access to injected scripts?
Premshree Pillai
premshree.pillai at gmail.com
Mon May 30 15:50:47 EDT 2005
On 5/30/05, Aaron Boodman <zboogs at gmail.com> wrote:
> When do you call document.documentElement.innerHTML ?
>
> If you do it during a user script's initial execution this is at least
> somewhat expected. Otherwise, please take a look at your JS Console
> and see if there's anything interesting in there.
(function() {
gm_content = document.documentElement.innerHTML;
alert(gm_content);
})();
That's it, as simple as that.
Pray, tell me, how do I get gm_content without the injected scripts?
(Yes, I want the modified *content*, though.)
--
Premshree Pillai
http://www.livejournal.com/users/premshree/
More information about the Greasemonkey
mailing list