Iceggiren i Undo Close Tab
Undo Close Tab sɣur Manuel Reimer
13 n yiceggiren
- Yettwasezmel 1 ɣef 5sɣur Aseqdac Firefox 13756137, hace 9 meses
- Yettwasezmel 1 ɣef 5sɣur Rikis, hace un año
- Yettwasezmel 1 ɣef 5sɣur Aseqdac Firefox 16366541, hace un añovery patiently awaiting for this extension to work w/ Ff Android. installs, but goes totally deadstick - no last tab restore, no Settings & totally blank tab history.
Tiririt n ineflayen
yeffeɣ-d deg hace un añoIt does not advertise to be Android compatible and I intentionally disabled everything Android related in my Add-on listing. If you still got it offered for Android, please open an Issue on GitHub with a screenshot so I can file a bug for Mozilla.
The sessions API is not available on Android and "Undo Closed Tab" heavily depends on it. So there is no way to make it Android compatible at this point: https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/sessions#browser_compatibility - Yettwasezmel 1 ɣef 5sɣur Ben, hace 2 años
- Yettwasezmel 1 ɣef 5sɣur Androm, hace 3 añosHello,
After each start of Firefox, the list is empty. Is this normal?
Thanks.Tiririt n ineflayen
yeffeɣ-d deg hace 3 añosNot after each. You should see the last session and the current. Having more that that is basically impossible because of bugs Mozilla didn't fix for years. Tiririt n ineflayen
yeffeɣ-d deg hace 3 añosReally... The idea is to provide an alternative to pressing three buttons on the keyboard. Just one click with the mouse that you already have in your hand while browsing. And you also have a list to pick from in the context menu if you right click the button.- Yettwasezmel 1 ɣef 5sɣur Lucas Vance, hace 4 años
- Yettwasezmel 1 ɣef 5sɣur TwoCables, hace 5 añosI've been away from Firefox for about 4 months. I came back to it a couple of days ago, updated to 78.0.2, and discovered that my closed tabs history gets deleted between Firefox sessions. This isn't the way it was working before. The only thing I changed is, I updated Firefox.
So I disabled this extension and discovered that it was the culprit. I switched to Undo Close Tab Button by Button Guy, and not only does my closed tab history remain between sessions like it used to, but the button can be a menu instead of just a simple one-click button. I prefer the menu. For some reason, I couldn't right-click the Undo Close Tab button anymore either. I don't know what happened to this extension, but it used to be the best and now it's the worst.
Edit: I doubt I'm the first one to notice. It's much more likely that I'm just the first one to say something about it.Tiririt n ineflayen
yeffeɣ-d deg hace 5 añosActually you are the first one actually noticing this. The closed tab history is only kept for up to the *last* session but if you tend to close Firefox pretty often this, of course, may be a problem.
The reason for this is that I can't just rely on the Firefox built in sessions API and its closed tab history. If I do so, then, after some restarts, you will run into a bug that causes random tabs or even windows to restore as the internal IDs get reused which causes duplicated IDs. See here: https://bugzilla.mozilla.org/show_bug.cgi?id=1538119
To work around this problem, I move the Firefox internal closed tab history into a list in my Add-on to clear it. From this point I use a combination of my internal list (for tabs from the last session) and the Firefox built-in list (for tabs closed since browser start). This way I can be sure that no duplicated IDs will exist at any time and always the expected tabs or windows get restored. The only downside is that my internal list does not survive a browser restart. I could save it into storage but this could be a potential privacy problem for people who don't use session restore (and before you ask: Mozilla does not tell Add-ons about the session restore enabled status).
So currently with the existing bugs there are only two options:
a) Accept the small downside of only having last closed tabs for up to the last browser session
b) Randomly restore stuff you don't expect.
As most people don't even remember that they had interesting tabs open for more than one session into the past and random restores can be really annoying, I decided to go with a) - Yettwasezmel 1 ɣef 5sɣur Aseqdac Firefox 13575087, hace 5 años
- Yettwasezmel 1 ɣef 5sɣur yuan, hace 5 años
- Yettwasezmel 1 ɣef 5sɣur Andralon, hace 7 añosjust tested it.
"Undo Close Tab Button by Button Guy"
is superior and should be the Featured ExtensionTiririt n ineflayen
yeffeɣ-d deg hace 7 añosThis extension only has the list *or* restore the most recently closed tab while my extension can offer both. Left click to restore the most recently closed tab and right click to get the list of recently closed tabs.
If you only need the list, then I agree with you. In this case the extension, you found, may be better suited for you. - Yettwasezmel 1 ɣef 5sɣur Aseqdac Firefox 14226708, hace 7 años
Tiririt n ineflayen
yeffeɣ-d deg hace 7 añosAnd again: Would have been great to have a few sentences about why you don't like my Addon. - Yettwasezmel 1 ɣef 5sɣur Aseqdac Firefox 12935074, hace 7 años
Tiririt n ineflayen
yeffeɣ-d deg hace 7 añosA short explanation for your negative review would have helped a lot...