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.