Modifies the behavior of the chat interface on the OpenAI website
This is a script that modifies the behavior of the chat interface on the OpenAI website. It adds a "Translate" button next to each message, which when clicked, will translate the message into the user's language. It also adds a listener to the text input field that will automatically translate the user's message into English before it is sent. The script will run every 100 milliseconds to check for new messages and update the chat interface as needed. It is designed to work on pages with a URL that starts with "https://chat.openai.com/".