I need to detect when the user changes to a PDF page, for example: w4 Form. I know how to get the URL of the current page by either using document.location.href or document.URL. They both work fine, h
I \'ve developed a simple application for Google Chrome extension, first the interface created using HTML and CSS, and then the action c开发者_运维技巧reated using JavaScript and PHP.
Is it possible开发者_Go百科 to open .xul file containing window or dialog as a new tab? I can open it as a separate window using window.open or window.openDialog, but I would prefer if it were a tab.Y
I\'m using Firefox 5, and I already know that extensions are situated in the extensions subfolder of the Profile folder... However, I need to find where is a particular extension (say, CoLT) located;
Is there a way to style a menulist in XUL? I\'m using this code but the image is appearin开发者_开发问答g inside the dropdownlist and keeping the original style of the arrow.
I\'m writing an extension that checks every document a user views on certain data structures, does some back-end server calls and displays the results as a dialog.The problem is starting and continuin
I need to make a synchronous call between a JavaScript XPCOM component and a COM component (native WIN32 process).
var extension= { check_domain : function(domain){ //checking the domain name where event should occur........
I\'m going through firefox extension writing bootcamp and somewhere along the way the video\'s author is speaking a开发者_StackOverflowbout switching browser.dom.window.dump.enabled in about:config to
I need to open jQuery ui dialog by clicking the button in the Firefox toolbar (developed as the Firefox extension). I\'ve added the .js files in the .xul file, but it doesn\'t work from some reason. I