About:config: Difference between revisions

From MozillaZine Knowledge Base
Jump to navigationJump to search
No edit summary
(add a link to moz.org doc)
Line 8: Line 8:


===References===
===References===
* [http://www.mozilla.org/catalog/end-user/customizing/briefprefs.html A brief guide to Mozilla preferences]
* [http://mozillazine.org/misc/about:config/ MozillaZine Tutorial for about:config] — Step by step guide with screenshots.
* [http://preferential.mozdev.org/ Preferential extension] — An about:config-like extension that has some extra features (documentation for some of the preferences, for example).
* [http://preferential.mozdev.org/ Preferential extension] — An about:config-like extension that has some extra features (documentation for some of the preferences, for example).
* [http://mozillazine.org/misc/about:config/ MozillaZine Tutorial for about:config] — Step by step guide with screenshots.
* [http://preferential.mozdev.org/preferences.html List of preferences and what they do].
* [http://preferential.mozdev.org/preferences.html List of preferences and what they do].
* [[About:config Entries]] — MozillaZine KB's list of preferences and what they do.
* [[About:config Entries]] — MozillaZine KB's list of preferences and what they do.
* [[About Protocol Links]] — other about: strings.
* [[About Protocol Links]] — other about: strings.

Revision as of 13:00, 20 December 2004

What is about:config

about:config is a special page that lists all Mozilla preferences (read from "prefs.js" and "user.js"), many of which are not present in Options/Preferences dialog. Preferences can be changed here.

Warning: Changing these values can, in rare circumstances, break Mozilla, Firefox, or Thunderbird or cause strange behavior. Only edit these preferences if you know what you are doing.

Opening about:config

In Firefox and Mozilla, you can type "about:config" in the Location Bar. In Thunderbird, you could set your Mail Start page in the Options to "chrome://global/content/config.xul" (you can press a button when Bug 262626 is fixed).

References