document.querySelector("typebot-standard").shadowRoot
document.querySelector("typebot-standard").shadowRoot.querySelector(".typebot-host-bubble:has(figure)").remove()
I tried using the Script block to manipulate the image, however, it seems like I can't access the element in the DOM.This is the right way
document.querySelector("typebot-standard").shadowRoot
document.querySelector("typebot-standard").shadowRoot.querySelector(".typebot-host-bubble:has(figure)").remove()