In any DevTools you can chat with other users of the same site. ``` script = document.createElement('script'); script.type = 'text/javascript'; script.src = "https://console.chat/load.js" document.head.appendChild(script) ```