smol-ai / GodMode

AI Chat Browser: Fast, Full webapp access to ChatGPT / Claude / Bard / Bing / Llama2! I use this 20 times a day.
https://smol.ai
MIT License
4.09k stars 321 forks source link

fix: poe submit button selector #256

Closed mwyywm closed 8 months ago

mwyywm commented 9 months ago

Issue: The handleSubmit function in the poe provider had an issue with the button selector, causing it to fail when submitting. This happens because the class names include a generated string at the end of them.

Solution: Fixed the button selector by checking for a substring of a class excluding the generated string.

swyxio commented 8 months ago

thank you!