Clinical Case 137: It’s the quiet ones…
Another case from the Broomedocs archives. This is a pretty simple case that contains a few good lessons. Our patient is a 30 year old...
// 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'); }); }); --> -->