-
Notifications
You must be signed in to change notification settings - Fork 125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The export button cannot be seen in the current version of chatgpt. #258
Comments
I feel the root cause is hydration failed. The force re-rendering blown up the injected menu. |
Simply delaying |
v2.25.0 should fix the issue. |
@rndwalker simply delaying onloadSafe won't entirely fix the issue. The injected CSS is also removed by libraries like react-helmet. |
All google Chrome plugin and Grease Monkey script both fail on chatgpt website. |
@14790897 You might need to upgrade your script manager to manifest v3. Please check their migration guide. If you are using Tampermonkey, can check #251 (comment) |
Don't worry about the react error. What's your browser and the version? |
I wrote the wrong code in the script, your code works correctly now. |
The export button cannot be seen in the current version of chatgpt.
The text was updated successfully, but these errors were encountered: