aghorler / LoadTabOnSelect

Load newly-opened background tabs in Firefox on selection, rather than automatically in the background.
Apache License 2.0
13 stars 4 forks source link

Lost tabs on Session Restore #1

Closed yfdyh000 closed 6 years ago

yfdyh000 commented 6 years ago

If the browser is closed with pending tabs, the user will lose these tabs.

You should persist the managedTabs using storage or url (like tab-suspender).

aghorler commented 6 years ago

Thanks.

I didn't consider this, because I don't personally save tabs across sessions.

I will attempt to implement this in the next few days.

aghorler commented 6 years ago

Hi.

I've changed unloaded tab storage to a tab url, rather than depending on an array.

This should resolve this issue.