Fungování této stránky je z důvodu údržby dočasně omezeno. Pokud žádný článek nápovědy nevyřeší váš problém a potřebujete se zeptat na další řešení, napište nám na Twitter @FirefoxSupport nebo Reddit /r/firefox.

Prohledat stránky podpory

Vyhněte se podvodům. Za účelem poskytnutí podpory vás nikdy nežádáme, abyste zavolali nebo poslali SMS na nějaké telefonní číslo nebo abyste sdělili své osobní údaje. Jakékoliv podezřelé chování nám prosím nahlaste pomocí odkazu „Nahlásit zneužití“.

Zjistit více

about:config help

  • 9 odpovědí
  • 13 má tento problém
  • 8 zobrazení
  • Poslední odpověď od 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?

Zvolené řešení

FredMcD said

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

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

Přečíst dotaz v kontextu 👍 4

Všechny odpovědi (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:

Upravil uživatel jscher2000 - Support Volunteer dne

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.

Upravil uživatel James dne

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:

Upravil uživatel cor-el dne

more options
more options

Zvolené řešení

FredMcD said

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

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