Forum Discussion
Visliar
Feb 09, 2023Copper Contributor
Edge how to Always open favorites in new tab?
i just want left click to open favorites in the new version he was removed? (111.0.1660.7)
vitalets
May 14, 2025Copper Contributor
I've struggled with this problem too and finally built an https://microsoftedge.microsoft.com/addons/detail/bafanlmplgllnpdbemmppkbggiooifep to solve it.
Here’s how the extension works end-to-end:
- Every bookmark URL is rewritten with a username newtab:
- https://dev.to → https://email address removed for privacy reasons
- Any request with username newtab gets redirected to empty zip file.
- When empty.zip download is triggered, the extension immediately cancels the download and opens the original URL in a new tab.
- Result: The original tab stays untouched. A new tab opens with the target URL. And the favicon is preserved:
The final solution may look over-engineered — and it kind of is — but it works reliably, preserves user state, and doesn't break UX.
IanDrake312
May 29, 2025Copper Contributor
Great job! Wish it was default behavior but at least we have this.