export function addRelAttribute(): void { const links = document.querySelectorAll('a') links.forEach(link => { if (link.hostname !== location.hostname) { link.setAttribute('rel', 'noopener noreferrer') } }) }
Lompat ke konten Lompat ke sidebar Lompat ke footer

Postingan Terbaru