Book a Call Button

Book A Demo

// Remove stray whitespace/  text nodes directly inside Array.prototype.slice.call(document.body.childNodes).forEach(function(n){ if(n.nodeType === 3 && n.textContent.replace(/[su00a0]/g, '') === '') n.parentNode.removeChild(n); });