open new tab

by Lamik

JavaScript

let a=document.createElement('a');
a.target='_blank';
a.href='https://support.wwf.org.uk/';
a.click();