1 2 3 4 5 6
import 'htmx.org'; document.querySelectorAll("a").forEach(e => { if (e.href.startsWith(window.location.origin)) return; e.target = "_blank"; });