为提升您的使用体验,本站正在维护,部分功能暂时无法使用。如果本站文章无法解决您的问题,您想要向社区提问的话,请到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 提问,我们的支持社区将会很快回复您的疑问。

搜索 | 用户支持

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

详细了解

Case sensitive search is always on, so I have to switch it off for every single search. How to change this?

  • 8 个回答
  • 1 人有此问题
  • 14 次查看
  • 最后回复者为 cor-el

more options

When I search (Firefox 52.9.0) for text on a website (ctrl-f) the case-sensitivity button is always on, so I always have to uncheck that. This is very unconvenient especially, when I use quick search (F3).

How can I either change the search settings that case-sensitivity is off by default or provide that the last used settings are also used for the next search.

P.S.: When I uncheck the case-sensitivity button it will remain unchecked for a new search on the same site. But when I open a new site or start a new session it is checked again.

When I search (Firefox 52.9.0) for text on a website (ctrl-f) the case-sensitivity button is always on, so I always have to uncheck that. This is very unconvenient especially, when I use quick search (F3). How can I either change the search settings that case-sensitivity is off by default or provide that the last used settings are also used for the next search. P.S.: When I uncheck the case-sensitivity button it will remain unchecked for a new search on the same site. But when I open a new site or start a new session it is checked again.

由rubenx于修改

所有回复 (8)

more options

https://support.mozilla.org/en-US/kb/how-to-fix-preferences-wont-save

Note: Some software, like Advanced SystemCare with Surfing Protection, can protect files in the Firefox profile folder against changes. If you have such software then check the settings or uninstall this software.

more options

Thank you for the answer.

I have no such software. What are those files in the profile folder that are possibly protected by changes?

I am able to save my settings. But no "search in website" preferences are available in the firefox menu.

more options

Could you check this preference:

(1) In a new tab, type or paste about:config in the address bar and press Enter/Return. Click the button promising to be careful or accepting the risk.

(2) In the search box above the list, type or paste find and pause while the list is filtered

(3) If the accessibility.typeaheadfind.casesensitive preference is bolded and "modified" or "user set" to a value other than 0, right-click it and choose Reset to restore the default value of true

If a non-zero value comes back, please check for a user.js file other other conditions mentioned in the support article Fred provided the link for.

more options

Find related prefs as found on the about:config page.

  • findbar.entireword = false
  • findbar.highlightAll = false
  • accessibility.typeaheadfind.casesensitive = 0 (already mentioned)
more options

Thank you jscher2000 that solved the problem. Thank you also cor-el, perhaps I will need that some day.

Is there a description of the settings in about:config?

more options

There used to be: Config Descriptions But it is not compatible with the current Quantum browser.

more options

rubenx said

Is there a description of the settings in about:config?

Some are documented in articles here. Many of the older preferences have articles in the mozillaZine knowledge base (independent site; they come up in a web search). Otherwise I need to look them up in the source code (usually in the all.js file).

more options

选择的解决方案