Firefox 2.0 Tabs
Posted on October 25, 2006
How to restore some of Firefox 1.5 tab defaults and remove “list all tabs” drop-down:
create:
C:\Documents and Settings\Iouri Goussev\Application Data\Mozilla\Firefox\Profiles\
8beksjhu.default\chrome\userChrome.css
add:
/* Disable "List all Tabs" Button */
.tabs-alltabs-button {
display: none !important;
}
/* Disable Container box for "List all Tabs" Button */
.tabs-alltabs-stack {
display: none !important;
}
.tabs-alltabs-box, .tabs-alltabs-box-animate {
display: none;
}
open about:config and change
browser.tabs.closeButtons = 3
browser.tabs.tabClipWidth = 10
browser.tabs.tabMinWidth = 10
browser.urlbar.hideGoButton = true
P.S BTW FF 2.0 shows all saved password in plaintext.
P.P.S List of plugins I use:
Addblock Filterset.G Updater
Adblock Plus
BugMeNot (great!)
Colouful Tabs (stoped working in 2.0)
del.icio.us
DOM Inspector
Fire Bug
GreaseMonkey
Ie Tab
JavaScript Debugger
SessionSaver (Read life saver!)
Tamper Data
View Dependencies
Filed Under Uncategorized | Leave a Comment
Leave a Comment
If you would like to make a comment, please fill out the form below.