Many thanks Jan, I put javascript:alert(window.betaBlacklist) into the url on Firefox and it came back as undefined.
You got it spot on when you said it is accessible using window.betaBlacklist - I don't know if that helps. On Jul 15, 5:19 pm, Jan Honza Odvarko <[email protected]> wrote: > 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.
