firefox-addon
Prefetching content of a link
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.[详细]
2023-03-31 12:43 分类:问答Firefox extension: Cancel requests and emit fake responses
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[详细]
2023-03-31 02:57 分类:问答Accesing DOM with pages using AJAX (Firefox extension)
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.[详细]
2023-03-30 23:27 分类:问答document.body.addEventListener is not working
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[详细]
2023-03-30 10:24 分类:问答Is there a way to automatically manage memory allocated by native code with js-ctypes?
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[详细]
2023-03-30 02:57 分类:问答Firefox 6 :Problem with QueryInterface(nsIDOMWindow::GetIID() in XPCOM component, for browser content window passed from js
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.[详细]
2023-03-30 00:26 分类:问答How can I place a Firefox toolbar button close to the address bar
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[详细]
2023-03-29 21:57 分类:问答Output jasmine test results to the console
I am using Jasmine (BDD Testing Framework for JavaScript) in my firefox add-on to test th开发者_如何学JAVAe functionality of my code.[详细]
2023-03-29 20:10 分类:问答Custom HTML Add-on for Chrome/Firefox
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[详细]
2023-03-29 06:21 分类:问答Firefox/Chrome Button to bookmarklet
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).[详细]
2023-03-29 06:10 分类:问答