document.addEventListener('DOMContentLoaded', () => { document.querySelectorAll('iframe[src*="youtube.com"]').forEach(iframe => { iframe.src = iframe.src.replace('www.youtube.com', 'www.youtube-nocookie.com'); }); });