alloy,

if (document.body.classList.contains('logged-in')) { var style = document.createElement('style'); style.innerHTML = '#tawkchat-container { display:none !important; }'; document.head.appendChild(style); }