{ const waitForMSCC = setInterval(() => { if (window.WcpConsent?.init) { clearInterval(waitForMSCC); initConsentAndYouTube(); } }, 100); }); })();