How to Check Firefox Bookmark Sync Status and Compare with Local Bookmarks?
How to see firefox bookmark sync status- how many bookmarks are in cloud, on machine?
Firefox clear cache and force complete page refresh
Chrome has a similar option for clear the cache and hard reload for a certain page.
Load some tabs at startup but not all
I’d like firefox to remeber all open tabs between sessions, but to only load some at startup (specifically the messaging webapps).
firefox wont open a private window from the command line
I have tried a bunch of things none of which have worked. I new window is created but it is in fact not a private window:
How to get firefox prompting for my certificate
Right now Firefox does not prompt for my organization’s certificate when i visit my organization web page.
How to crash firefox
Press F12 (in a tab!) Click on the tree dots in the upper right corner Click on “Settings” Click “Enable browser chrome and add-on debugging toolboxes” Click “Enable remote debugging” Press Ctrl + Alt + Shift + I A popup called “Incoming Connection” should open If “Client Endpoint” or “Server Endpoint” isn’t something with 127.0.0.1 […]
Suggestion on how to fill a web form (several times) [closed]
Closed 10 years ago.
How do I find the JavaScript that is invoked when I click on a button or a link in a web-page (part of a data mining project)?
I tried to use the ‘inspect element’ of the firebug addon for Firefox but it doesn’t give me any link to the javascript.
How do I find the JavaScript that is invoked when I click on a button or a link in a web-page (part of a data mining project)?
I tried to use the ‘inspect element’ of the firebug addon for Firefox but it doesn’t give me any link to the javascript.
Performance increase by only attach onblur handler inside of onfocus handler?
Given a web page with input fields, does it have a performance difference whether or not you assign the onblur handler inside of the onfocus handler like so: