document.addEventListener('DOMContentLoaded', function () { const links = document.querySelectorAll('a[href*="/go?url"]'); links.forEach(link => { link.setAttribute('rel', 'nofollow'); link.setAttribute('target', '_blank'); }); });