
Where are the currently open tabs stored - (windows totally crashed but files can still be retrieved, i got about 30 open tabs which I would like to get the URL's of before my dad wipes the drive)
We used to have windows xp, but one day it just wouldnt load up. My dad has got windows 7 but before he wipes the old drive clean I would like to find my old open tabs
It unexpectedly crashed so I still have about 30+ open tabs sitting somewhere on the hard drive and I have no clue where they are
Does anyone know where they are stored, or if there is a file I can transfer over which stores the open tabs?
ప్రత్యుత్తరాలన్నీ (1)
C:\Documents and Settings\<user>\Application Data\Mozilla\Firefox\Profiles\<profile>\sessionstore.js
Use editor that have Word wrap feature (notepad++ is good). Keep in mind that this is a ~1MB text file, so there's a lot of unneeded information for you and it could get really slow.
Format is: [{"tabs": [{"entries": [{starting page},{next url},{next url}...], some data}, next entry (aka tab), next entry...}]. You need last url from each entry.
Hope this helps.