搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

Where is the location bar item list stored?

  • 2 回覆
  • 2 有這個問題
  • 4 次檢視
  • 最近回覆由 CVO

more options

Upon typing URLs in the location bar a drop down item list will appear.

Is there somewhere in firefox where this list of items is stored? If so, is that in a format I can go through and see each item?

Thank you

Upon typing URLs in the location bar a drop down item list will appear. Is there somewhere in firefox where this list of items is stored? If so, is that in a format I can go through and see each item? Thank you

被選擇的解決方法

That data is stored in the places.sqlite file in the Profile folder. An SQLIte manager add-on or program can be used to query and view that data.

從原來的回覆中察看解決方案 👍 1

所有回覆 (2)

more options

選擇的解決方法

That data is stored in the places.sqlite file in the Profile folder. An SQLIte manager add-on or program can be used to query and view that data.

more options

It worked. Thank you very much the-edmeister.


Some details:

- Add-on installed: SQLite Manager 0.7.7

- From SQLite Manager you need to open the places.sqlite and it is stored under [DRIVE]:\[users]\[pc user]\AppData\Roaming\Mozilla\Firefox\Profiles\[one of the profile]\ on Windows 7(64bit).

- On the left side of SQLite Manager program main window there is a tree structure of tables, Views, Indexes etc. You need to go to under Tables and click on moz_places. On the center of the SQLIte program main window now you should see the table with its columns. The URL column is the right one.

由 CVO 於 修改