M-Reimer / undoclosetab

Undo Close Tab Add-on for Firefox
GNU General Public License v3.0
92 stars 16 forks source link

Ability to undo close window #26

Closed tbertels closed 6 years ago

tbertels commented 6 years ago

While the extension is called "Undo close tab", it would be great if there was an additional submenu with recently closed windows. This would give it all the features of the similar button of Session Saver.

M-Reimer commented 6 years ago

I consider this to be a duplicate of #25 I don't like separate menus and it wouldn't be a nice task to list windows either as windows don't actually have favicons or titles in the new API so I would have to dig for the "active tab" to borrow these required values from there. My current plan is to optionally list tabs of closed windows, too. We'll see how good this works.