In Chrome “javascript:window.open” on a blank tab

On Chrome, I created links in the Bookmarks tab.
I wanted them to open in a new tab rather than overwriting the existing tab.
So the bookmark I made were

javascript:window.open("https://example.com")

and not directly

https://example.com

It works fine, but when I launch it on a new tab (completly blank), that doen’t do anything, the site isn’t loaded

Is there a way to make that work even on a blank tab ? (creating a new tab or overwriting it, indifferently)