Reviews for Duplicate Tab Detector
Duplicate Tab Detector by lpelov
2 reviews
- Rated 4 out of 5by roso2024, 11 hours agoExellente, le seul probleme est quand j'ouvre une video (par example) avec le bouton droit de la souris dans un nouvel onglet, si le dernier existe firefox switch vers le nouveau onglet, ce qui me dérange beaucoup car j'aimerai ouvrir plusieurs onglets sans etre switcher sur un autre.
Excellent, the only problem is when I open a video (for example) with the right mouse button in a new tab, if the last one exists firefox switches to the new tab, which bothers me a lot because I would like to open several tabs without being switched to another. - Rated 4 out of 5by lord, a year agoMy only objection is that tabs with the same title are considered duplicates (which is completely illogical) and this behavior cannot be disabled. Moreover, when I tried modifying the source code and installing the extension locally from file, it stopped detecting duplicates altogether even though the modification was straightforward and I'm pretty sure it should have just worked (I simply commented out the `else if (existingTitle === tab.title) {...}` block).