Recensioner för Duplicate Tabs Closer
Duplicate Tabs Closer av Peuj
16 recensioner
- Betygsatt 4 av 5av BlackWinny, för 2 år sedanExcellent.
Drawback: the add-on seems to have been abandoned 4 years ago, as seen on Github:
https://github.com/Peuj/duplicate-tabs-closer
But I find a bug:
Whatever your choice in "Priority" parameter in the Options, the add-on always keeps the oldest visited tab. This parameter seems to not work at all.
And I also have two little requests:
- First one: it would be nice not to include the tabs "New tab" in the list.
- And second one: it would be nice to disregard (ignore) a final "/".
Both requests could have their checkbox in the Option page (with On by default).
But I don't know what to think, given that the developments seem to have been abandoned 4 years ago.Utvecklarens svar
postad för 2 dagar sedanHi,
The extension was indeed quiet for a while, but development has resumed and v4.2.0 was just released today.
Priority bug: You are right, this was a real bug. The "Keep newer tab" option was not working correctly due to a comparison error with uninitialized timestamps. It is fixed in v4.2.0.
New Tab pages: These are already excluded from duplicate detection. Both about:newtab (Firefox) and chrome://newtab/ (Chrome) are treated as blank pages and ignored. They will not appear in the duplicate list.
Trailing slash: Also already handled. URLs are normalized before comparison and trailing slashes are always stripped, so https://example.com/ and https://example.com are treated as the same URL.
If you are still using the extension, updating to v4.2.0 should fix the priority issue. - Betygsatt 4 av 5av Reiner030, för 3 år sedanSeems to work fine BUT ONLY IN ONE WINDOW ... I uses several windows and there are "no duplicates" found by this (and other) tab deduplication extension ...
Because of some somehow gone/lossed tabs I opened a saved session so I had to get rid of duplicated tabs.Utvecklarens svar
postad för 2 dagar sedanBy default, the extension only searches for duplicates within the currently focused window. To detect duplicates across all open windows, change the "Scope" setting to "All windows" in the Options page. - Betygsatt 4 av 5av Firefox-användare 13564703, för 3 år sedanWorks well - the option to delete newer duplicate tabs goes a long way to not losing anything you're looking at or working on.
Would be cool if there could be a colour, or some kind of alert or badge on the actual dupliacte tab itself.
A one-click, auto-appearing 'close' button would be good too, instead of having to dive into the menu.
I find the 'close all' button and section a bit unclear - both the duplicate and the original tabs are listed, with a cross by each. Does the cross close the tab, or remove it from the menu? Does the 'close all' button close all the listed tabs, or just the duplicates? It's a bit nerve-wracking at first, but once you get used to how it works it's helpful in pruning down serious browsing sessions.Utvecklarens svar
postad för 2 dagar sedanThe strikethrough display you described is now available in v4.2.0: tabs that will be closed are shown with a strikethrough title, and the tab that will be kept is shown at full brightness. The "Close all" button has also been renamed to "Close duplicates" to make the intent clearer. The X next to each row closes that individual tab immediately. Hopefully that addresses the confusion.
For a badge or color on the browser tab itself: this is not possible with browser extension APIs. Extensions cannot style individual tabs in the tab bar. The extension icon badge already shows the duplicate count as a workaround.
For a quick close without opening the popup: you can assign a keyboard shortcut to "Close all duplicate tabs" in your browser's extension shortcut settings (chrome://extensions/shortcuts on Chrome, or about:addons on Firefox). - Betygsatt 4 av 5av GammaBubble, för 3 år sedanExcellent add on! Can we please get an option to exclude duplicates when a duplicate tab is manually opened?
- Betygsatt 4 av 5av Firefox-användare 17735753, för 3 år sedanI tried a duplicate tabs extension that was way simpler than this that I liked at first. It could close duplicate tabs automatically in the background without interruptions, but it stopped working at some point. I tried this one next and it seems to be very robust. I wasn't sure that I needed all the bells and whistles at first but they have turned out to be quite useful after all, such as the URL format filters and the whitelist.
If I could add a suggestion, it would be super helpful to be able to whitelist a new tab. Not sure if this is possible. I tried entering a pair of empty double quotes into the whitelist field "" to see if that would work since I noticed that wildcards are also supported. Kind of a hackerly solution but I took a swing at it. Still closes them though. 😛Utvecklarens svar
postad för 2 dagar sedanNew Tab pages are already protected and cannot be auto-closed by the extension. Both about:newtab (Firefox) and chrome://newtab/ (Chrome) are excluded from duplicate detection before any comparison or whitelist logic runs. The "" entry would have no effect since the whitelist only applies to regular HTTP(S) URLs.
If you are seeing new tabs being closed, it is possible you have a custom new tab extension that replaces the default page with a regular URL. In that case, adding that URL to the whitelist would work. If this is still happening with the current version of the extension, please open an issue at https://github.com/Peuj/duplicate-tabs-closer/issues with more details. - Betygsatt 4 av 5av Firefox-användare 17412706, för 3 år sedanRecently the about:blank whitelist fails.
- Betygsatt 4 av 5av epicNinJA, för 5 år sedan
- Betygsatt 4 av 5av NC, för 6 år sedanThis Extension is nearly perfect! The best of the duplicate tab closing extensions on Firefox. I would love to see a couple features that I think would push this into the perfect 5* range.
[1] Whitelist should be available with the 'do nothing' option so that it applies to the "Close All" button as well, so that I can exclude certain pages (such as New Tab or about:blank) but still use that option.
[2] Add the option to pop up a Notification on duplicate. Automatically removing tabs has caused me issues, so I do not use that feature, but I still would love an option to know when I am duplicating an existing tab in the moment.
[3] In the duplicate tab notification window it would be nice to have the options to close New or Old duplicated tab, or to do nothing.
Thanks for all the hard work!Utvecklarens svar
postad för 2 dagar sedanOn point 1: this is already available in v4.2.0. The hide-whitelisted button in the duplicate tabs footer makes the "Close duplicates" button skip whitelisted tabs, regardless of whether auto-close is on or off. New Tab and about:blank pages are also excluded from detection entirely, so they will never appear in the list or be affected by "Close duplicates".
On point 2 (notification on duplicate): the "Open popup on duplicate detected" option in the Options page already does this. When enabled, the popup opens automatically each time a new duplicate is detected, so you are immediately aware without any automatic closing.
On point 3 (choose new/old/nothing per duplicate): when the popup opens automatically (see point 2), you can see exactly which tabs are duplicates and use the X button next to any row to close whichever one you want. The global default for which tab is kept is also configurable via the Priority settings ("Keep older tab" / "Keep newer tab"). - Betygsatt 4 av 5av circcc, för 6 år sedan-Shrunk mode bug-
when all options are unpinned and then all options are hidden by shrunk mode, I can't unhide them again. when I click shrunk mode button, nothing is happens.Utvecklarens svar
postad för 2 dagar sedanThis is a known bug that was fixed in v4.2.0. Updating the extension should resolve it. - Betygsatt 4 av 5av Luke, för 6 år sedan
- Betygsatt 4 av 5av ggg, för 8 år sedanThe problem is that there are cases when all duplicate tabs are closed without keeping neither of them or both
-auto-close on
-no filters
-keep newer tab (keep tab with HTTPS, keep pinned tab)
-scope: active window
The situation occurs when both tabs were loading simultaneous!Utvecklarens svar
postad för 8 år sedanThanks for the details.
So it happens with autoclose and newer. I'll search this way.
When you write "all duplicate tabs are closed" you means only the existing one and the new one?
Did you noticed if the older tab was completely loaded? or if both tabs were loading?
I guess you haven't be able to reproduce the problem with the same URL?
****Update ******
I've found something that can explain your problem.
I'll push a fix soon. - Betygsatt 4 av 5av k2s, för 8 år sedan
- Betygsatt 4 av 5av Andrew, för 8 år sedanThis is really handy and has a good set of options for fitting into whatever way you like to browse. You should absolutely give this a try, and open the options panel if it doesn't suit you out-of-the-box.
The one extra thing I'd like to see is an option to have settings like "ignore path" apply to particular domains only -- I'd love to be able to open four articles from the same website but reliably collapse four instances of the same web-app.Utvecklarens svar
postad för 8 år sedanMy next move is for the white/black list rules so it should match the one extra thing you need. :)
Thanks for the review! - Betygsatt 4 av 5av Firefox-användare 13943793, för 8 år sedanSuper extension overall, but there is a bug in the settings handling for filters.
If "Ignore search part..." is set, then "Ignore hash part ..." isn't doing anything. Similarly of "Ignore path part ..." is set then the two other settings are useless.
This is due to "else if" being used in areMatchingURL function from urlUtils.js (line 24, 28). Switching this to independent ifs allows to respect all settings (and support urls having both hash and search signs.
If possible please bring a fix for this one (I can provide a pull request if the code is on some git repo).
Thanks in advance. - Betygsatt 4 av 5av AssassinWarrior, för 8 år sedansince Fire Quantum, no longer shows mini-window indicating duplicate tabs.
Utvecklarens svar
postad för 8 år sedanThanks for the review.
Sadly the automatic prompt of popup is not supported by the new webextension API.
I'll also miss it. - Betygsatt 4 av 5av andrew, för 9 år sedanShows the wrong number of duplicates.
More than really, even if real quantity of duplicates = 0
Perhaps it's conflict with "Tree Style Tab" or "BarTab Plus".
my FF version - 55.0.3 (x64)
UPD
https://addons.mozilla.org/firefox/addon/tree-style-tab/versions/?page=1#version-0.19.2017090601
https://addons.mozilla.org/firefox/addon/bartab-plus/
OK. I found how the conflict appears - when I use the "Unload" option of "BarTab Plus". "Duplicate Tabs Closer" defines the unloaded tabs as duplicates for some reason.Utvecklarens svar
postad för 9 år sedanThanks for the feedback.
As you mention, there is probably a conflict with other tab add-ons.
Can you make a test with the suspected add-ons disabled to see if you reproduce the problem?
Can you give me the link to those add-ons? (for exemple I cannot find BarTab Plus)