[Greasemonkey] addEventListener example doesn't work?

Lenny Domnitser ldrhcp at gmail.com
Mon Sep 19 18:34:40 EDT 2005


On 9/19/05, Ivan Tubert-Brohman <itub at cpan.org> wrote:
> document.innerHTML = "Hello, world!";

I didn't notice this the first time around, but document does not have
an innerHTML property. Try document.documentElement.innerHTML.


More information about the Greasemonkey mailing list