Editing configuration: Difference between revisions

From MozillaZine Knowledge Base
Jump to navigationJump to search
mNo edit summary
No edit summary
Line 6: Line 6:
#*[http://www.mozilla.org/support/thunderbird/edit Thunderbird]
#*[http://www.mozilla.org/support/thunderbird/edit Thunderbird]
#* See also the [[user.js file]] article.
#* See also the [[user.js file]] article.
# Do (much of) it through [[about:config]].
# Do (much of) it through [[about:config]]
/* Remove autocomplete dropdown */
#PopupAutoComplete > .autocomplete-tree { display: none !important; }
.autocomplete-history-dropmarker { display: none !important; }

Revision as of 00:00, 8 April 2005

There are three ways to easily edit your Mozilla Suite, Firefox or Thunderbird configuration:

  1. Use the ChromEdit extension (version 0.1.1.1 is not compatible with Thunderbird 1.0.2).
  2. Learn how to do it manually:
  3. Do (much of) it through about:config

/* Remove autocomplete dropdown */

  1. PopupAutoComplete > .autocomplete-tree { display: none !important; }

.autocomplete-history-dropmarker { display: none !important; }