1. Open up the firefox browser
2. type about:config in the address bar and enter. There are entries (one per line) that handle various types of configurations. Each entry has a searchable keyword.
A: Auto export bookmarks
In Firefox 3, bookmarks are automatically saved and exported for you. The only problem is that by default, they’re saved as places.sqlite instead of the more convenient bookmarks.html. To change this setting so that they can be easily re-imported, search for autoExportHTML and you should see:browser.bookmarks.autoExportHTML: Change this to true.
B: Disable extension install delay
One of the few gripes I have with Firefox is the silly countdown you must endure every time you want to install an extension. Fortunately, this can be disabled. Search for enable_delay and you should see:security.dialog_enable_delay: Change this to 0.
C: View source code in an external editor
When you need to view the source of a page, it opens up in browser popup. Most developers would probably like to have that opened in their favorite editor instead of having to cut and paset. To do this, there are two entries to modify. Search for view_source.editor and you will see:view_source.editor.external: Change this to true.
view_source.editor.path: Change this to the explicit path to your editor of choice.
D: Get more add-on search results
When you do a search in the Add-on window, you’ll see just five results. You might find it more efficient to increase this number. Search for getAddons and you should see:extension.getAddons.maxResults: Change this to 10 (or higher, if you want to see even more).
E: Redefine the Backspace button
Did you know you can configure Firefox to use the backspace button to either go back a page or go up a page? This keeps power users from having to go back and forth from the keyboard to the mouse. Search for backspace and you will see:browser.backspace_action: Change this to 0 for previous page and 1 for page up.
Continue....
No comments:
Post a Comment