Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

Learn More

how to search the value of preferences in about:config page after Firefox 71?

  • 2 réponses
  • 0 a ce problème
  • 1 vue
  • Dernière réponse par asmreg

more options

In Firefox 71 and later version, Mozilla introduce a new about:config page style. In the new about:config page, the search bar can only match the name of preferences, but can't match the value of preferences. For example, when I type "https" in the search bar, The old about:config page can list all preferences with "https" in its name and value; but the new about:config page only list the preferences with "https" in its name. It makes user difficult to find the target preferences with specific value. Is there any method to find the target preferences with specific value?

In Firefox 71 and later version, Mozilla introduce a new about:config page style. In the new about:config page, the search bar can only match the name of preferences, but can't match the value of preferences. For example, when I type "https" in the search bar, The old about:config page can list all preferences with "https" in its name and value; but the new about:config page only list the preferences with "https" in its name. It makes user difficult to find the target preferences with specific value. Is there any method to find the target preferences with specific value?

Solution choisie

cor-el said

Since about:config is a normal HTML page, you can use the regular Find bar (Ctrl+F) to do such a search. The Find bar is less powerful than the about:config search bar that supports regular expressions (search term needs to contain a '*') to fine tune/limit the results, so if necessary you can combine the two.

Thank you! your solution does work! But the regular Find bar can only locate each matched item and can't list all matched item at once as old about:config page, so it is not a perfect solution. now I find some way to restore old about:config page in https://support.mozilla.org/eu/questions/1274607 https://www.askvg.com/tip-how-to-restore-old-about-config-page-in-mozilla-firefox/ github.com/earthlng/aboutconfig

Lire cette réponse dans son contexte 👍 0

Toutes les réponses (2)

more options

Since about:config is a normal HTML page, you can use the regular Find bar (Ctrl+F) to do such a search. The Find bar is less powerful than the about:config search bar that supports regular expressions (search term needs to contain a '*') to fine tune/limit the results, so if necessary you can combine the two.

more options

Solution choisie

cor-el said

Since about:config is a normal HTML page, you can use the regular Find bar (Ctrl+F) to do such a search. The Find bar is less powerful than the about:config search bar that supports regular expressions (search term needs to contain a '*') to fine tune/limit the results, so if necessary you can combine the two.

Thank you! your solution does work! But the regular Find bar can only locate each matched item and can't list all matched item at once as old about:config page, so it is not a perfect solution. now I find some way to restore old about:config page in https://support.mozilla.org/eu/questions/1274607 https://www.askvg.com/tip-how-to-restore-old-about-config-page-in-mozilla-firefox/ github.com/earthlng/aboutconfig

Modifié le par asmreg