
How can I see the exact DATE of my first access to a website?
I need to see when I first accessed several websites. The history does not show it, but maybe I'm missing something. I appreciate any help.
~airix
Chosen solution
In history, Firefox only shows the most recent visit to any given URL. To find earlier visits, you need a tool that lets you view the older data in the places.sqlite database. These threads have discussion of some options:
- Support for "Date first visited" for history items was removed from Firefox. What was going on behind the scenes to cause this to happen? - read further down for more detail on the WHERE clause options
- Recalling a page from History erases the old history date. Any way to retain that older history entry along with the current one? - additional examples
All Replies (2)
Chosen Solution
In history, Firefox only shows the most recent visit to any given URL. To find earlier visits, you need a tool that lets you view the older data in the places.sqlite database. These threads have discussion of some options:
- Support for "Date first visited" for history items was removed from Firefox. What was going on behind the scenes to cause this to happen? - read further down for more detail on the WHERE clause options
Modified
As recommended, I used the SQLite Manager extension, ran the suggested queries and one of them worked. Thank you.