setInterval(function() { var branding = document.querySelector('.tawk-branding'); if (branding) { branding.style.display = 'none'; } }, 1000);