I\'m working on a FF-extension, that displays user-specific information on 3rd-party websites. Users need to be logged in to my Drupal-website. I\'m checking login state with a cross-domain-proof jQue
I\'m developing a Firefox extension. There is a 开发者_如何学JAVAmenu X which I need to show in both Tools menu and Context menu. Tools menu item and Context menu item are defined in same file but men
I am wondering what is the extent of functionality that add-ons/plugi开发者_运维知识库ns can provide with Firefox. For example, can we edit the way Firefox reads and writes to its Sqlite database?
so I\'m building a custom firefox extension and I got to the step where the toolbar is showing up and I put in buttons etc with css
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines guidelines. It is not currently accepting answers.
Anyone, help me, how to get Headers and PostData inside extension, using xpcom/something else? i cant find functions inside firebug due t开发者_开发问答o it is big codebase... thank you guysI am assum
What happens to the configuration values that are used inside 开发者_如何学Ca GM script with GM_setvalue and GM_getvalue when the script is compiled into an add-on? Where are they stored if Greasemonk
Firefox version : 4.0.1 I have a commandset which fires when something is selected. The commandset is working fine. If I put a simple window.alert(\'test\'); it does fire. However when I try to call
I\'m developing an FF addon. I want to block all the http request of any domain except a particular domain (user defined domain) in a particular tab. The function given below do the job well. But the
i\'ve add on load event like window.addEventListener(\"load\", function() { myExtension.init(); }, false);