2017 Wrap Up
It is that time of year. Once again we reach that arbitrary point in space in which we reset our calendar, drink too much and...
// 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'); }); }); --> -->