crenn
10-26-2011, 06:40 AM
Very rare times after closing firefox, shutting down your computer and then later turning it back on and starting up firefox, it 'forgets' your tabs and then you have to remember all of the tabs. Most times you can bring it back by browsing to "about:sessionrestore" but this time it didn't. I'm a tab-a-holic, and losing tabs is really annoying, so I vowed to get them back... and managed to!
In my Firefox Profile, there is sessionstore.js which is there to store your session when you close firefox, but it also backs up this file (sessionstore.bak). But sometimes it's not possible to just rename it to sessionstore.js and suddenly get your tabs back. But I found out there is a way to, open the .bak file in Notepad (Notepad++ is still trying to open it and using a full core) and you'll find the first part of the line like this:
{"windows":[],"selectedWindow":0,"_closedWindows":[{"tabs":[{"entries":[{"url":"http://www.thebestcasescenario.com/forum/forumdisplay.php?f=6","title":"The Chatterbox - TBCS Community Forums"<...>
Make sure FF is closed and you have a backup of the backup (just in case) before changing it to look like this:
{"windows":[{"tabs":[{"entries":[{"url":"http://www.thebestcasescenario.com/forum/forumdisplay.php?f=6","title":"The Chatterbox - TBCS Community Forums"<...>
Make sure you have a backup of the backup just in case, and rename the backup to sessionstore.js. Open FF and hopefully you'll see the sessionrestore page.
In my Firefox Profile, there is sessionstore.js which is there to store your session when you close firefox, but it also backs up this file (sessionstore.bak). But sometimes it's not possible to just rename it to sessionstore.js and suddenly get your tabs back. But I found out there is a way to, open the .bak file in Notepad (Notepad++ is still trying to open it and using a full core) and you'll find the first part of the line like this:
{"windows":[],"selectedWindow":0,"_closedWindows":[{"tabs":[{"entries":[{"url":"http://www.thebestcasescenario.com/forum/forumdisplay.php?f=6","title":"The Chatterbox - TBCS Community Forums"<...>
Make sure FF is closed and you have a backup of the backup (just in case) before changing it to look like this:
{"windows":[{"tabs":[{"entries":[{"url":"http://www.thebestcasescenario.com/forum/forumdisplay.php?f=6","title":"The Chatterbox - TBCS Community Forums"<...>
Make sure you have a backup of the backup just in case, and rename the backup to sessionstore.js. Open FF and hopefully you'll see the sessionrestore page.