// 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'); }); }); -->

Alexander Cheung

Alex is a writer and photographer with the Gateway. He is a senior contributor and specializes in tech and travel.
Back to top button