搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

about:config help

  • 9 个回答
  • 13 人有此问题
  • 11 次查看
  • 最后回复者为 James

more options

Someplace there is a list of the variables (entries, values or whatever they're called) in about:config that defines or explains what the variables and their respective settings mean. How can I get a copy of such a list?

Someplace there is a list of the variables (entries, values or whatever they're called) in about:config that defines or explains what the variables and their respective settings mean. How can I get a copy of such a list?

被采纳的解决方案

FredMcD said

Check this out: http://kb.mozillazine.org/About:config_entries

Already posted in third reply in thread by cor-el . ;)

定位到答案原位置 👍 4

所有回复 (9)

more options

I'm not aware of any consolidated list.

The MozillaZine site has pages for many, many of the individual settings. If you right-click a preference > Copy name, and then search it, you are likely to find one of those pages in the top results. Alternately, you can install their search plugin.

For example:

由jscher2000 - Support Volunteer于修改

more options

If you don't find a page in MozillaZine, and you don't mind poking around, you often can find comments in the Firefox source code explaining the different values.

The DXR site is probably the fastest place to do that kind of search for a preference name, but there isn't a rule as to which file will have the best detail on it when you get multiple results.

http://dxr.mozilla.org/

more options

There are a lot of articles about the about:config page on the mozillaZine knowledge base website.

There are also useful comments in the Firefox source code.

  • resource:///defaults/preferences/firefox.js
  • resource:///defaults/preferences/firefox-branding.js
  • resource:///defaults/preferences/firefox-l10n.js
  • resource://gre/greprefs.js

more options

Sometimes it may take searching in the general issues tracker bugzilla.mozilla.org to even find information on what a preference is and when it was put in.

由James于修改

more options

See this extension: https://addons.mozilla.org/en-US/firefox/addon/config-descriptions/

"This extension provides a quick way to view the information about preferences that is already shipped with your browser. For more detail and information about other preferences without source comments, you'll still need to look them up online."

Unfortunately, too many "shipped" prefs don't have source comments that explain what they are about, which is what this extension uses for the Source Comment field in about:config.

more options

Thanks-this partially solved my issue, and though infrequent the extra information is very interesting. I wanted to find a way to force firefox to open new windows in the background. With the extension you suggested loaded, I found this setting and options: browser.link.open_newwindow;1 with the comment handle links targeting new windows 1=current window/tab, 2=new window, 3=new tab in most recent window the default was 2, I changed it to 1. Thanks again to all for your suggestions, some of the links are fascinating. Jeff


While opening a new window in firefox I still get it 'on top', but now if I 'open link in browser' from thunderbird, thunderbird still stays on top. I tend to go through mail and open links and it's annoying to repeatedly reselect thunderbird. Jeff

more options

Note that you should find this in Options/Preferences > Tabs ("New pages should be opened in": "a new tab/window"), only the current tab setting needs to be done via about:config.

See also:

For links opened via JavaScript you can look at this pref:

由cor-el于修改

more options
more options

选择的解决方案

FredMcD said

Check this out: http://kb.mozillazine.org/About:config_entries

Already posted in third reply in thread by cor-el . ;)