Smart Prevent Duplicate Tabs のレビュー
Smart Prevent Duplicate Tabs 作成者: Guilherme Nascimento
合計レビュー数: 4
- 5 段階中 4 の評価Michał Turek によるレビュー (4年前)When 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. 開発者の返信
投稿日時: 7年前Thanks! 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.