Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Tìm hiểu thêm

about:config help

  • 9 trả lời
  • 13 gặp vấn đề này
  • 3 lượt xem
  • Trả lời mới nhất được viết bởi 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?

Giải pháp được chọn

FredMcD said

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

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

Đọc câu trả lời này trong ngữ cảnh 👍 4

Tất cả các câu trả lời (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:

Được chỉnh sửa bởi jscher2000 - Support Volunteer vào

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.

Được chỉnh sửa bởi James vào

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:

Được chỉnh sửa bởi cor-el vào

more options
more options

Giải pháp được chọn

FredMcD said

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

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