ferraridavide / ChatGPTPowerToys

136 stars 47 forks source link

Wrap Tampermonkey script with some delay #7

Closed Navusas closed 1 year ago

Navusas commented 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.

ferraridavide commented 1 year ago

Thank you!