[Greasemonkey] DOM Inspector & greasemonkey

Jeremy Dunck jdunck at gmail.com
Thu Apr 6 14:01:31 EDT 2006


On 4/6/06, Rod McGuire <mcguire at telerama.com> wrote:
> GM *does* run under standard DOM inspector? It never has for me. I run Win XP
> pro SP2. Do other people with my setup have GM scripts show up in the DOM
> inspector? If so, is there anything special I have to set?

Sorry, apparently I wasn't clear that time either.  ;-)

What I mean is, even though  GM runs scripts in a sandbox (and
therefore script functions are not normally visible to the page
context), the scripts do manipulate the DOM of the page context. 
Because of this, any changes a script makes to the DOM should be
visible in the DOM Inspector.


More information about the Greasemonkey mailing list