Tagged Questions

1
vote
2answers
16 views

Setting HTTP Headers form a Firefox Extension

How can I set HTTP headers in my firefox extension? I'll make it so these are only sent while hitting my site so I can detect if the plugin is installed or not and not promote the …
1
vote
2answers
22 views

What IPC method should I use between Firefox extension and C# code running on the same machine?

I have a question about how to structure communication between a (new) Firefox extension and existing C# code. The firefox extension will use configuration data and will produce …
0
votes
2answers
106 views

Why does this XUL code works and the Javascript equivalent doesn’t?

xul way: <toolbar id="PersonalToolbar"> <toolbarbutton id="Testing-Doit-Button2" class="bookmark-item pagerank" tooltiptext="Do it!" oncommand="testing …
-1
votes
0answers
32 views

Firefox flash player [closed]

Hi all, Is there any flash player for mozilla firefox instead of shockwave flash plugin?
0
votes
0answers
37 views

Using vim as the editor for the It’s All Text! Firefox Add-on [closed]

I am trying to use vim as the external editor for It's All Text! within Firefox. This works fine for standard http:// web pages, but when I try to use it within TiddlyWiki, 89 inst …
1
vote
0answers
38 views

getElementById(”bookmarksBarContent”).appendChild(button) is interpreted as getElementById(”PersonalToolbar”).appendChild(button)

"At the moment you can't overlay an element without an ID, so you need to use DOM methods to tweak the element you need in a load handler." - Xul Overlays I'm trying! For record: …
1
vote
1answer
21 views

Accessing tabs on Firefox with a C++ XPCOM extension

What XPCOM interfaces should I use to detect opening, closing and switching of tabs and also get their associated URL from a firefox extension? I have seen instances of code that m …
0
votes
1answer
12 views

Accessing the Firefox object model

Is it possible to access the DOM of a firefox page from a process outside of Firefox (in Windows.) It is possible to do with in IE via the accessibility interface and is a commonly …
0
votes
5answers
107 views

I add 10 functions to a code, I don’t even call any of them, but the code stops working!

Alone, this code works: CustomButton = { 1: function () { alert("Just testing") }, } I add the code below and the code above stops working: function getvisitingnow() { …
1
vote
1answer
30 views

Firefox Addon Development : Detecting non-compatible addons ?

Few addons are not compatible with mine, so how to detect their presence and inform the user. Thanks
0
votes
1answer
228 views

Firefox extension to display an inline css class or id definition?

I use Firebug and Web Developer Firefox extensions. One feature I am looking for and which I am not sure if they exist in these extensions is when I am looking at a webpage source, …
2
votes
1answer
23 views

Which tool to use to develop toolbar for Internet Explorer and Firefox?

Hi there, I want to develop toolbar for Internet Explorer and Firefox. Is there any common tool? If not, which tool can be used? Thanks for reading. Regards, Sanket
0
votes
0answers
27 views

Duplicate event listeners when multiple windows are open (Firefox extension)

My firefox extension calls an observer function on load that intercepts http requests (http-on-modify-request) from certain domains and opens them in a new tab. The issue I'm havi …
0
votes
1answer
67 views

Firefox logs invalid URL?

I'm writing an extension for firefox. Using dom.location to keep track of visited search results pages, i'm getting this url http://www.google.com/search?hl=en&source=hp&q= …
-1
votes
0answers
69 views

Event calls and functions in Javascript

I'm creating a Firefox extension that links to the sites more popular than the site that the user is visiting, but if the user stops visiting a site (X) to visit an other site (Y), …

1 2 3 4 5 13 next
15 30 50 per page