[Greasemonkey] web page javascript generated html removal

Jeremy Dunck jdunck at gmail.com
Thu Apr 6 09:41:04 EDT 2006


On 4/6/06, Rod McGuire <mcguire at telerama.com> wrote:
> Quoting Dano Carroll <dano at xernolan.org>:
>
>
> > .. so I write a greasemonkey script to
> > remove all tables to see if I'm on the right track. I put in GM_logs
> > and find that the script seems to be working. However, all the layout
> > is intact. I go to the DOM browser and see all those tables there that
> > supposedly had been deleted.
>
> GM is not run in the DOM browser so of course you won't see the effects of your
> script there.

Huh?  Are we all talking about the DOM Inspector which ships as part
of FF?  GM does run in a page context, and the DOM Inspector does show
a page's live DOM.

What'm I missing?


More information about the Greasemonkey mailing list