I\'ve written some code which works fine except that for an unknown reason a function does not work (the function is not called as if not existing).
I am currently learning how to create Firefox addons using XPCOM and I want to know how to include thirdparty libraries to develop them. I followed a few tutorials to compile .xpt and .dll from c++ fi
I currently have a GM script that captures a keystroke and programmatically clicks an element on a webpage. However, this only works when the page/tab has focus. Is there any way to capture the keystr
We are newbies on firefox extension development and have an small issue: - We are working with \"loading event\" so we know when a new page is opened and we change 开发者_运维问答our toolbar according
I\'m trying to write firefox extension which will run when a (specific) page is loaded (it will be same key words replace).
Hi I have an XPCOM component which I\'m now converting to us开发者_Python百科e ctypes. I was able to create functions that take a wchar_t* and I define the functions using ctypes.jschar.ptr.
currently I have a new plugin for Firefox which has version 2.0.0 and both plugin and update.rdf available via HTTPS connection, but I also have plugin with version 1.1.6 written by previous developer
I have a Firefox extension that pops up a log-in form (it\'s a c++ winform, not that it matters...). It is done using callCom technique 开发者_如何学JAVA- meaning the c++ client is integrated, initial
I am currently developing a Firefox extension, and I need the ability to be able to differentiate between each open tab.
I\'开发者_StackOverflowm trying to get page source together with doctype, head and body. window.content.document is document but I can\'t collect anything except innerHTML which does not include doct