prevent-duplicate-tabs icon indicating copy to clipboard operation
prevent-duplicate-tabs copied to clipboard

Not compatible with Bing search

Open broomerr opened this issue 8 months ago • 1 comments

Describe the bug

If you do search in Bing with enabled extensions then for search results you will not able to "Open link in new tab" , same time you will able to "Open link in new window". Same time if you do Google search - you will able to open both in new tab and new window without issues. As workaround possible to check "Ignore this host" for www.bing.com, but that list(of ignored hosts and URLs) is not permanent and on restart of browser this setting forgotten.

What browsers are you seeing the problem on?

Microsoft Edge

To Reproduce

  1. Go to bing.com
  2. Search for "prevent duplicate tabs extension"
  3. Try Ctrl-click on any search result (or right Click and "Open link in new tab")

Actual result: New tab opened and immediately closed

Expected result: New tab with search result opened

Additional context

No response

broomerr avatar Mar 11 '25 11:03 broomerr

Bing's redirect system is dynamic and complicated, they actually use the same URL to redirect. I'm improving the data persistence part, so that the system of ignoring specific URLs (and domains) can work properly.

I've actually rewritten the entire extension, and I'm doing a lot of testing to make it as stable as possible, including testing on many popular sites.

I'll update it soon. Thanks for reporting the issue.

brcontainer avatar Mar 11 '25 16:03 brcontainer