Mozilla FirefoxOne of the more obvious user interface changes in this version of Firefox is the position of the close button for tabs. Practically all other web browsers with tabs have tab closing buttons on each tab as opposed to Firefox’s choice of having it at the extreme right of the tab row up until now. With version 2.0, the default close tab button position is now on each individual tab.

This is probably a good decision in a way, but after such a long time of using Firefox, I’ve been too accustomed to the close button being there and would rather not have that change (I use the scroll button to close tabs nowadays, but selectively closing multiple tabs with the ‘x’ at the end is pretty useful). Fortunately there’s a setting which can be easily changed to accommodate the behaviour you want.

Here are the steps to have the close button back at same position as pre-1.5 days:

  1. Type ‘about:config’ in the address bar.
  2. In the filter textbox that appears below, enter ‘browser.tabs.closeButtons’.
  3. Double click on the browser.tabs.closeButtons preference, and a message box should appear.
  4. Change the value to ‘3’ and click OK.

And you’re back with the close button at the same position as before the latest upgrade! You can easily revert to the default Firefox 2.0 behaviour by changing the value back to 1.

Default:

Firefox 2.0 default close tab behaviour

After change of value:

Firefox 2.0 modified close tab behaviour

Here are some other values you could use for that preference:

  • 0 – Display a close button on the active tab only
  • 1 – Display close buttons on all tabs (Default)
  • 2 – Don’t display any close buttons
  • 3 – Display a single close button at the end of the tab strip (Firefox 1.x behavior)

browser.tabs.closeButtons values and explanations taken from MozillaZine Knowledge Base.

Static website hosting with continuous deployment/delivery

While I was researching on static web hosting with Jekyll, one of the most suggested ways to get it up and running for free is by relying...… Continue reading