1 2 3 4 5 6 7
function Link(elem) if not elem.attributes.target then elem.attributes.target = "_blank" elem.attributes.rel = "noopener" end return elem end