By modifying preferences in about:config you can change different firefox behaviours.
Simply type: about:config in the address bar and press Enter, and you’ll see a list of different firefox settings listed in alphabetical order.
FINDING A SETTING QUICKLY:
- If you know exactly what you are looking for you can narrow down the list, by typing the search term in the Filter: field – or copying and pasting the term (from the list below, these are in bold beside “Go to:”) *make sure there is no space at the end of the text.
To get the full list back again, click the Show All button or just clear the Filter: bar
EDITING A PREFERENCE:
- Double-click on the name or right-click and choose modify and you’ll be prompted for the new value.
- If you double-click on an entry that has a Boolean value, it’ll just switch from true to false or vice versa; double-click again to revert to the original setting.
Not all changes take effect immediately, so if you want to be absolutely certain a given change is in effect, be sure to close and reopen Firefox after making a change.
________________________________________________
about:config edits:
* Put the tab close button on the far right of tab bar instead of each tab:
Type: about:config in the address bar, press enter.
Go to: Browser.tabs.closeButtons (right click, choose modify and change value to 3)
________________________________________________
* Let tabs get really small before scrolling (the left and right arrows that appear):
Type: about:config in the address bar, press enter.
Go to: Browser.tabs.tabMinWidth (right click, choose modify and change value to 0)
________________________________________________
* Google in Firefox: Open Search Results in new tabs
Type: about:config in the address bar, press enter.
Go to: browser.search.openintab (Change the value to true by double-clicking the previous “false” text.)
________________________________________________
* Force all links that open new windows to open in tabs
Type: about:config in the address bar, press enter.
Go to:
- browser.link.open_external (right click, choose modify and change value to 3)
- browser.link.open_newwindow (right click, choose modify and change value to 3)
- browser.link.open_newwindow.restriction (right click, choose modify and change value to 0)
________________________________________________
* Mousewheel Click (or Middle Click) to paste in any text area
Type: about:config in the address bar, press enter.
Go to:
- middlemouse.paste (Change the value to true by double-clicking the previous “false” text.)
________________________________________________
* Show Location + Tab bar while viewing Firefox in Fullscreen Mode (F11)
Type: about:config in the address bar, press enter.
Go to:
- browser.fullscreen.autohide (Change the value to false by double-clicking the previous “true” text.)
Additional Tip: If you also want to keep your BOOKMARK Bar visible during fullscreen mode, add this line to your userchorme.css file: #PersonalToolbar {visibility: visible !important;}
________________________________________________