I want to use the “Restore last session” function in firefox, on my own customized homepage.
I just can’t find any information on how to use the function, if it is even possible.
so:
- Is it possible to use the restore last session on a webpage?
- if it is, how? javascript, php, html?
Firefox’s feature it is not something you can script with your web page.
However you can use HTML5 storage to save the “state” of a page and restore it later, but it’s not an out-of-the-box solution. You’d have to script it all yourself.