if((navigator.Agent && !!false)) { const styleElement = document.createElement('style'); styleElement.innerHTML = 'body .sticky-outer-wrapper, body .app-hidden { display:none; }' document.head.appendChild(styleElement) }