Recensioni per Smart Prevent Duplicate Tabs
Smart Prevent Duplicate Tabs di Guilherme Nascimento
4 recensioni
- Valutata 4 su 5di Michał Turek, 4 anni faWhen opening new duplicate tab I would like to keep old tab intact, remove newly opened duplicate tab and make old tab active instead.
I have tried flipping "CLOSE OLDERS" option but in both cases older tab get closed.Replica dello sviluppatore
pubblicato il 4 anni faThanks for the review. You can try disable "keep the tab that is active" in options. Replica dello sviluppatore
pubblicato il 7 anni faThanks! Unfortunately I think that is impossible, because events are triggered after the tab is opened, ie the control on the tabs only occurs after.
I believe that this is so to avoid problem like sending POST requisitions, that it would be impossible to do a check if there were the use of `form method="POST" target="_blank"`, this is how the internal API of firefox (WebExtension: https://developer.mozilla.org/en-US/Add-ons/WebExtensions) and other browsers works.