I\'m writing an extension, and I\'d like to save a small API key so that it is always a开发者_C百科vailable in future sessions.
I can check if a folder is empty. this.emptyfolder =开发者_JS百科 function(folderid) { result = PlacesUtils.getFolderContents(folderid);
I have a firefox extension that collaborates with a web page, and occasionally needs to inject data into it which the page formats and displays.
Notice how Firebug can access the DOM of cross domain iframes and even allow you to modify them? I\'m wondering if there is an firefox addon extension or a config setting that will allow a page on our
If you were going to start developing a new Firefox add-on today, would you still use XUL/JS or would you start开发者_Go百科 using Jetpack, the new add-on framework?
If using Firebug, we can click on the HTML tab, and click to expand each element to see the generated开发者_StackOverflow HTML code.Is there a way to expand it all or get a plain text file?
I am writing a firefox extension where I need a bidirectional scale element (https://developer.mozilla.org/en/XUL/scale)
The firefox add-on I am working on is best viewed in fullscreen mode. (I am not creating 开发者_运维问答a new window, but I insert a transparent div on the body of the current page and display some pi
I\'m writing a Firefox extension.I\'m trying to limit it to just XUL+Javascript (no XPCOM).When I get a mouseover event for an HTML element, I need to get its bounding box in the windows coordinate sy
I\'ve included jQuery by doing this: <?xml version=\"1.0\"?> <!DOCTYPE window SYSTEM \"chrome://orkutmanager/locale/browser.dtd\">