Closed Navusas closed 1 year ago
This was failing for me about 80-90% of the times, because the browser would load the script way faster than the ChatGPT window would appear.
This resulted in exceptions being thrown to the screen, and the entire thing not working.
Wrapping this under the delay like so fixed the issue.
Thank you!
This was failing for me about 80-90% of the times, because the browser would load the script way faster than the ChatGPT window would appear.
This resulted in exceptions being thrown to the screen, and the entire thing not working.
Wrapping this under the delay like so fixed the issue.