window.onload = function() { var clientId = 'ZG9jdW1lbnRvcy1wcm9kdWN0b3MtZGUtbmF0dXJhbC1wZXQtMTcyMjg2NTY1MTkyOA=='; var iframe = document.createElement('iframe'); iframe.src = 'https://bot.synapsegpt.io/chat?client_id=' + clientId; iframe.style.width = '400px'; iframe.style.height = '500px'; iframe.style.position = 'fixed'; iframe.style.overflow = 'hidden'; iframe.style.borderRadius = '10px'; iframe.style.bottom = '0'; iframe.style.right = '0'; iframe.style.border = '0'; iframe.style.zIndex = '1'; document.body.appendChild(iframe); };