I want to be able to open a new tab on Edge, I know I can do it doing this
window.open(url, '_blank');
But that puts focus on that new tab. I have tried a few "solutions" online, but none seem to work with Edge (using blur() and focus() for instance). Is there a way to do this in plain JS? I am writing a TamperMonkey script to do this, so I cannot use jQuery or HTML