
Hi @frob ,
Inject below JS code to the page:
<script language="JavaScript">
var a = document.getElementByClassName("<classname>")
a.setAttribute("target",'_blank');
</script>
ALTERNATIVE WAYS: right click the link and select "Open link in new tab" or hold down the CTRL key before clicking the link in a browser, the link opens in a new tab.
----------
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.