about:config —
browser.tabs.closeButtons = 3
browser.tabs.tabMinWidth = 10
Install Tabbrowser Preferences: tabbrowser_preferences-1.3.1.1-fx.xpi
Edit UserChrome.css (in user profile directory):
/* Disable “List all Tabs” Button */
.tabs-alltabs-button {
display: none !important;
}
/* Disable Container box for “List all Tabs” Button */
.tabs-alltabs-box {
display: none !important;
}
/* remove new tab button */
.tabs-newbutton { display: none; }
Edit: one more tweak for download dialogs
Edit the file %programfiles%\Mozilla Firefox\components\nsHelperAppDlg.js
Find the line // hide featured choice
edit the line below that:
this.mDialog.document.getElementById(“normalBox”).collapsed = true;
change “true” to “false”
]]>
Firefox 2 Tweaks
by
Tags:
Leave a Reply