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!

搜索 | 用户支持

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

Learn More

How can I disable search history without disabling any other histories?

  • 2 个回答
  • 2 人有此问题
  • 1 次查看
  • 最后回复者为 j3rk

more options

I recently noticed that my search history had a huge number of remembered queries. I don't really care to see previous searches in my list. Is there a way to configure Firefox to clear that without wiping out any of my other histories? I like having browser history and I don't want it to clear out my auto-complete stuff in forms, but I do want it to wipe out my search history. When looking at settings, it appears the Form and Search history are tied together. That doesn't make sense to me. Is there a flag in about:config I can toggle to just wipe out search history on browser restart, leaving the rest intact? I use the separate search box and have disabled the "awesome bar."

I recently noticed that my search history had a huge number of remembered queries. I don't really care to see previous searches in my list. Is there a way to configure Firefox to clear that without wiping out any of my other histories? I like having browser history and I don't want it to clear out my auto-complete stuff in forms, but I do want it to wipe out my search history. When looking at settings, it appears the Form and Search history are tied together. That doesn't make sense to me. Is there a flag in about:config I can toggle to just wipe out search history on browser restart, leaving the rest intact? I use the separate search box and have disabled the "awesome bar."

被采纳的解决方案

Wow, that extension looks overly complicated for what I want to accomplish. I did some digging into the sqlite files and found that this information is stored in the formhistory.sqlite file in my profile directory. I'm just writing a basic tool that will open that db file and wipe out the 'searchbar-history' items only.

定位到答案原位置 👍 0

所有回复 (2)

more options

Search history and saved form data are combined, so it isn't easy to remove only the search history.

You can look at this extension:

more options

选择的解决方案

Wow, that extension looks overly complicated for what I want to accomplish. I did some digging into the sqlite files and found that this information is stored in the formhistory.sqlite file in my profile directory. I'm just writing a basic tool that will open that db file and wipe out the 'searchbar-history' items only.