Verbo.se Cos Ter.se Wasn't Available

Mozilla

General

Firefox

  • Remove Java Console: Run as Admin
  • Remove plugins: about:config plugin.expose_full_path, about:plugins see path.
Extensions

Extensions in bold are currently installed, regular not installed but used occasionally, italics gone but recommended.

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