Lessons Hard Learned – Episode 2
Gday, This is the second episode of “Lessons Hard Learned”. This one is a little different. When I put out the call for readers to...
// tabnab protection window.addEventListener('load', function () { // make all links have rel="noopener noreferrer" document.querySelectorAll('a[target="_blank"]').forEach(link => { link.setAttribute('rel', 'noopener noreferrer'); }); }); --> -->