Is there a way (eg a firefox add on) that lets you load a CSS file on your hard drive to a site your viewing? Im looking for something similar to firebug but where I can make more complicated changes
I\'m working on a firefox extention. I like to give s开发者_StackOverflow中文版ome options for the user, like setting background
I have some google chrome extension that uses tabs.onUpdated event (I need to be notified when the tab url is changed). Now I want to make the same extension for Firefo开发者_JAVA技巧x. But I cannot f
How can one 开发者_运维知识库find Javascript errors in Firefox 3? IE shows it by default, but how do you do it in Firefox? I do have Firebug, but no idea where to start?Open the error console.
How can bind onload event on \"body\" element of second tab in Firefox extension? I can\'t use wi开发者_Go百科ndow.onload \'cause it binds on current tab.
There\'s a way to get a notification of URL change in a Firefox window using: https://developer.mozilla.org/en/Code_snippets/Progress开发者_StackOverflow中文版_Listeners#Example.3a_Notification_when_t
Is it dangerous to have the \"contentaccessible=yes\" fla开发者_JAVA百科g in your Firefox addon? And is there anyway to limit it to just becontentaccessible=yes for one image?Yes it\'s a bit dangerous
I am building a firefox addon for the first time. When I try to install I keep getting this error message \"Addon not compatible with firefox 4.0\"
When my extension starts it queries my site for an xml file, once it gets the file it fires off a simple alert telling the user the latest file has been downloaded.
I\'m trying to change the contents of a text box (using the latest version of Add-on SDK, 1.05b). I\'m able to get its contents but I could not find out how I can change it. Here\'s the relevant part