()
| 598 | } |
| 599 | |
| 600 | function focusOnInput() { |
| 601 | // This currently works because there is only a single `<textarea>` element on the ChatGPT UI page. |
| 602 | document.getElementsByTagName("textarea")[0].focus(); |
| 603 | } |
| 604 | |
| 605 | function setIcon(type) { |
| 606 | return { |
nothing calls this directly
no outgoing calls
no test coverage detected