New Window
function addNoOpener(link) { var linkTypes = (link.getAttribute(‘rel’) || ”).split(‘ ‘); if (linkTypes.indexOf(‘noopener’) === -1) { linkTypes.push(‘noopener’); } link.setAttribute(‘rel’, linkTypes.join(‘ ‘).trim()); } function addNewTabMessage(link) { if (!link.querySelector(‘.sr-only’)) { link.insertAdjacentHTML(‘beforeend’, ‘(opens in a new tab)‘); } } function isA2ALink(link) { var href…Continue reading