Is there a way to change themes dynamically from an add-on based on some criteria? Or at least cha开发者_如何学运维nge the header picture.
I was开发者_如何学运维 looking for an event that is able to run some code after clicking (changing) tab in browser, but I haven\'t found it.
I would like to provide a mechanism for a Firefox4-compatible extension I\'m writing, to allow a local DB (developed by m开发者_运维知识库e in sqlite) to be originally created/copied to the profile fo
I\'m developing a firefox addon which is depended on Python (which means that the user must install PyXpcomExt on his firefox). On the other hand I used PyCrypto lib (based on python) for encryption p
I recently finda way to manage firefox tab in emacs. This sounds a little crazy. I use tree style tabs(firefox addon), Moz Repl,开发者_如何学编程 emacs, org-mode to do it.
I want to develop one Add-on/extension, which will communicate with one server over TCP socket. I want to make this commun开发者_StackOverflow社区ication secure by using SSL or TLS.
I have written a Firefox extension which alters the look and feel of Facebook. For this I used JS code to inject CSS styles to override FB defined values. But for some url patterns I don\'t 开发者_JAV
I am writing a Firefox applica开发者_StackOverflow社区tion, where I substitute content of a <browser> element for printing, i.e. when you click browser the following is done:
I am developing a FireFox extension and have to store some values that I need to be secure and inaccessible from any other extension/page etc.
I wrote an extension it\'s mainly JS with with C++ XPCOM Object. It is fairly complex and long and I believe I have lots of memory leaks (using tools it shows leaks)