<script> window.onload = () => { document.querySelectorAll("a[href]").forEach((a) => { a.setAttribute("target", "_blank"); }); } </script>