On Jul 15, 6:02 pm, oakroad <[email protected]> wrote:
> I'm not sure how to check the DOM once firefox is uninstalled.
I guess you mean "firebug is unistalled"


> Would you be able to tell me how to check it?
I don't know where exactly is the betaBlacklist defined, but let's say
it's a global variable accessible using window.betaBlacklist.

Then you can type "javascript:alert(window.betaBlacklist)" into
Firefox address bar and press enter. The expression will be evaluated
and you can see whether the variable is defined or not.

Btw. execution of javascript in the address bar is not possible since
Firefox 8

Honza

-- 
You received this message because you are subscribed to the Google Groups 
"Firebug" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/firebug?hl=en.

Reply via email to