General
Firefox
Searches
Addons
-
-
20100225
-
-
20100226
about:config
- dom.disable_window_open_feature.location (allow js to hide the location bar)
- accessibility.typeaheadfind.timeout
userChrome.css
/* Add Next/Previous Buttons to Quick Find Bar */
.findbar-container>* { display: -moz-box !important }
* Full Find toolbar, instead of the crappy QuickFind. */
#FindToolbar > * { display: -moz-box }
/* For low res displays, hide folder icons in the Bookmarks Toolbar Folder. */
toolbarbutton.bookmark-item[container] > .toolbarbutton-icon { display: none !important }
/* Stupid down arrows in Bookmarks in FF3 */
toolbarbutton.bookmark-item[container] > .toolbarbutton-menu-dropmarker { display: none !important }
Thunderbird
Addons