I am developing a firefox plugin. I want to show a tooltip which contains the preview of the target page when user mouseover a link.
I am trying to develop a Firefox extension that drops every HTTP request to a certain site and returns a f开发者_运维问答ake response. No request should get through to the original web server, but I w
I\'m trying to learn to create extensions with Firefox but I\'m running into some issues and I hope someone more experienced could give me some tips.
I\'m working on a screen reader project and I needed to get the paragraph under the cursor. To do that in Firefox, I wrote an extension, to which my screen reader connects through sockets and gets the
I\'ve inherited a Firefox add-on which badly needs an update to the new Firefox 4+ line. I finally have some time to work on it, but it turns out that this add-on includes a native portion compiled as
I am working on adding support for Firefox 6 for my add-on on Mac OS, where the following logic is working in Firefox 4,5 versions but fails in Firefox 6.
I am developing a Firefox addon with a toolbar button. I would like this button to appear close to the browser\'s address bar and in the same line or row, either at its left or at its right. For insta
I am using Jasmine (BDD Testing Framework for JavaScript) in my firefox add-on to test th开发者_如何学JAVAe functionality of my code.
I\'m looking for an extension/add-on for Chrome or Firefox (better yet, both!) that allows the user to customize the HTML for certain domains. I know they have these tools f开发者_如何学Goor CSS code
I\'m looking into creating an extension for Firefox/Chrome that creates a button in the toolbar. When clicked, it should load a bookmarklet (basically a piece of js).