Clinical Case 059: Tricks from twitter mates
This case is all about the application of tricks and tips I have learned in the last few years from social media, blogs and the...
// 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'); }); }); --> -->