Following js code refreshing the page to the url, but i wanna make it open in a new tab.
case"example1": case"example2":
l.after('<meta http-equiv="refresh" content="0; url=https://example.com" /> Opening...'); ```
Can anyone help me about that?