I have no idea. Some suggestions: Make sure you have all the dev preferences set: https://developer.mozilla.org/en/setting_up_extension_development_environment
Firefox > Tools > Error Console Anything here in the case it fails? Using Firebug 1.6a16, open the tracing console and set "ERRORS". Anything? Disable all of Firebug's panels, but leave it on for your test page: still works? jjb On Jun 29, 6:05 pm, gstavrev <[email protected]> wrote: > Hello, > > I am working on an extension for firefox that does simple script > injection. At the bare bottom I have an event listener that gets fired > whenever a new node/element is inserted into the DOM. > > document.addEventListener("DOMNodeInserted", myext.insertdiv, false); > > This seems to work great when firebug is turned on, but not at all > with it disabled. I tried both, manually placing a link file for my > extension in the extensions folder and also creating a .xpi file, with > the same result. I read somewhere that if there console.log calls it > will only work with firebug. I don't have any so perhaps there are > other calls that firebug allows, but firefox does not? Any ideas are > greatly appreciated. > > Thanks! > > -George -- 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.
