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.

Reply via email to