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!

Търсене в помощните статии

Избягвайте измамите при поддръжката. Никога няма да ви помолим да се обадите или изпратите SMS на телефонен номер или да споделите лична информация. Моля, докладвайте подозрителна активност на "Докладване за злоупотреба".

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.