Notifications
Clear all
Topic starter
24/01/2012 9:16 pm
Hi all,
I am digging through a formhistory.sqlite file (Firefox), and I wondered if it was possible to somehow establish on which websites the user has filled forms.
I mean, is there an easy way to connect that data to another FF database, to be sure to obtain the association between the form and a url ?
Thank you -)
24/01/2012 9:40 pm
Yup.
Look at the timestamp on the form record. Although that will only get you last used time if its only been used once then you can use the timestamp to find the history location based on that time.
Even if its been used multiple times, it will still be the same website the search has been made on as the searchfield is specific to the website.