I was reading the Mozilla Doc about Firefox Addon Storage and it says: Storage is a SQLite database API.It is available to trusted callers, meaning extensions and Firefox components only.
I read \"Dive into Greasemonkey\" (by Mark Pilgrim) written in 2005. It mentions that Greasemonkey wraps a user script in an anonymous function w开发者_如何学编程rapper. Does Greasemonkey insert the w
I\'m developing an extension that requires to set focus to the address bar at some point. I\'ve been trying to RTFM, but the FM is开发者_如何转开发 so hard to read!
As far as I can tell, the template feature in XUL doesn\'t allow you to load JSON data into your listbox/tree/etc. element. -- it only supports XML and RDF. The closest thing I found to an indication
I have a html page on my localhost - get_description.html. The snippet below is part of the code: <input type=\"text\" id=\"url\"/>
Is there a cross-platform approach to taking screenshots from a firefox extension? Id开发者_Go百科eally I\'d like to be able to take a screenshot of a dom element (irrespective of whether it\'s visib
I want to be able to search an html page that is refreshing every 10 seconds for the word \"stat\". If the word is found I then want to alert the user through a pop up dialog and possibly a repeating
I am writing a Firefox extension. I have setup an overlay for chrome://browser/content/browser.xul and I am handling the on load event.This I have working.
I\'m having a hard time getting jquery fades and the opacity css element to respond to me in a firefox extension that I am writing. I am using FireFox 3.6. I\'m pretty sure that these two problems are
PLEASE READ THE UPDATE #2 BELOW IF YOU ARE INTERESTED IN THIS PROBLEM ;) Say I put this code into the JS of my extension.