From 8112728c16a62b49a87b88f495d617d1bbae9871 Mon Sep 17 00:00:00 2001 From: Daniel930902 Date: Fri, 30 May 2025 23:11:01 +0800 Subject: [PATCH 1/6] add FAQ section in README based on some common issues --- README.md | 80 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 80 insertions(+) diff --git a/README.md b/README.md index e40e33de..a9acd4ee 100644 --- a/README.md +++ b/README.md @@ -131,6 +131,86 @@ English   |   [Indonesia](README_IN.md)   | & +## Frequently Asked Questions (FAQ) + +This FAQ summarizes common issues encountered by chatGPTbox users and provides suggested solutions based on discussions in the GitHub Issues section. + +If you still haven't found what you're looking for, please submit an [Issue](https://github.com/josStorer/chatGPTBox/issues). + + +### Cannot login to ChatGPT.com with this extension active using Brave web browser + +#### [#794]( https://github.com/josStorer/chatGPTBox/issues/794 ) + +encounter 'something went wrong' with ChatGPTBox extension enabled + +**Possible causes:** +- The extension modifies some network requests or page content, which may interfere with the ChatGPT.com login flow. + +- Brave browser’s built-in privacy protections( shields, blocking scripts or cookies ) may conflict with the extension. + +**Solution:** +1. disable the extension +2. Log in +3. Re-enable it + +**not officially fixed yet** + + +### Google Gemini not working + +#### [#786]( https://github.com/josStorer/chatGPTBox/issues/786 ), [#757]( https://github.com/josStorer/chatGPTBox/issues/757 ) + +Sometimes working +**not officially fixed yet** + +**Possible causes: ** + +- Google Gemini’s web interface/API may have changed or is unstable. + +- The ChatGPTBox extension’s current integration with Gemini is incomplete or experimental. + +- Authentication or session handling is inconsistent. + +- Gemini may block access depending on region or account type. + +**Possible solutions: ** + +- Try refreshing the page or restarting the browser. + +- Try logging out of Google and logging in again. + +- Check if there is an updated version of the extension — newer versions may fix compatibility issues. + + + +### bilibili not working correctly + +#### [#732]( https://github.com/josStorer/chatGPTBox/issues/732 ), [#703]( https://github.com/josStorer/chatGPTBox/issues/703 ) + +** Possible causes: ** + +- Bilibili uses dynamic page loading (SPA) and complex DOM structure, which may interfere with the extension’s side panel injection. + +- The site may block iframe embedding or restrict third-party scripts. + +- Bilibili’s CSS appears to override the Markdown styles used by the extension. + +- Conflicts with bilibili’s own content scripts or other extensions. + +- Extension may not detect the correct text input areas on the site. + +**Possible solutions: ** + + +- Try enabling floating window mode in ChatGPTBox settings.This works better on sites that block side panels. + +- Test on different pages (e.g. video page vs. homepage vs. comments) + +- Try disabling other extensions that interact with Bilibili. + + + ## Credit This project is based on one of my other repositories, [josStorer/chatGPT-search-engine-extension](https://github.com/josStorer/chatGPT-search-engine-extension) From 2379a04d02313055a228e44dd179d60a79ff6e09 Mon Sep 17 00:00:00 2001 From: Daniel930902 Date: Mon, 17 Nov 2025 18:37:56 +0800 Subject: [PATCH 2/6] Update README formatting as requested --- README.md | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index a9acd4ee..3a2e68a0 100644 --- a/README.md +++ b/README.md @@ -140,7 +140,7 @@ If you still haven't found what you're looking for, please submit an [Issue](htt ### Cannot login to ChatGPT.com with this extension active using Brave web browser -#### [#794]( https://github.com/josStorer/chatGPTBox/issues/794 ) +#### [#794](https://github.com/josStorer/chatGPTBox/issues/794) encounter 'something went wrong' with ChatGPTBox extension enabled @@ -150,8 +150,11 @@ encounter 'something went wrong' with ChatGPTBox extension enabled - Brave browser’s built-in privacy protections( shields, blocking scripts or cookies ) may conflict with the extension. **Solution:** + 1. disable the extension + 2. Log in + 3. Re-enable it **not officially fixed yet** @@ -159,12 +162,12 @@ encounter 'something went wrong' with ChatGPTBox extension enabled ### Google Gemini not working -#### [#786]( https://github.com/josStorer/chatGPTBox/issues/786 ), [#757]( https://github.com/josStorer/chatGPTBox/issues/757 ) +#### [#786](https://github.com/josStorer/chatGPTBox/issues/786), [#757](https://github.com/josStorer/chatGPTBox/issues/757) Sometimes working **not officially fixed yet** -**Possible causes: ** +**Possible causes:** - Google Gemini’s web interface/API may have changed or is unstable. @@ -174,7 +177,7 @@ Sometimes working - Gemini may block access depending on region or account type. -**Possible solutions: ** +**Possible solutions:** - Try refreshing the page or restarting the browser. @@ -184,11 +187,11 @@ Sometimes working -### bilibili not working correctly +### Bilibili not working correctly -#### [#732]( https://github.com/josStorer/chatGPTBox/issues/732 ), [#703]( https://github.com/josStorer/chatGPTBox/issues/703 ) +#### [#732](https://github.com/josStorer/chatGPTBox/issues/732), [#703](https://github.com/josStorer/chatGPTBox/issues/703) -** Possible causes: ** +**Possible causes:** - Bilibili uses dynamic page loading (SPA) and complex DOM structure, which may interfere with the extension’s side panel injection. @@ -200,10 +203,9 @@ Sometimes working - Extension may not detect the correct text input areas on the site. -**Possible solutions: ** - +**Possible solutions:** -- Try enabling floating window mode in ChatGPTBox settings.This works better on sites that block side panels. +- Try enabling floating window mode in ChatGPTBox settings. This works better on sites that block side panels. - Test on different pages (e.g. video page vs. homepage vs. comments) From 119a68a6896e656aa56ce89e5d0849729369bc4c Mon Sep 17 00:00:00 2001 From: Daniel930902 Date: Mon, 17 Nov 2025 20:41:09 +0800 Subject: [PATCH 3/6] fix README.md for format issues --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3a2e68a0..7241d5cc 100644 --- a/README.md +++ b/README.md @@ -157,7 +157,7 @@ encounter 'something went wrong' with ChatGPTBox extension enabled 3. Re-enable it -**not officially fixed yet** +**Note: This issue remains unresolved.** ### Google Gemini not working @@ -165,7 +165,7 @@ encounter 'something went wrong' with ChatGPTBox extension enabled #### [#786](https://github.com/josStorer/chatGPTBox/issues/786), [#757](https://github.com/josStorer/chatGPTBox/issues/757) Sometimes working -**not officially fixed yet** +**Note: This issue remains unresolved.** **Possible causes:** From 78355e539d29d2d3f5bb0a69c1d29606bc3cb6e4 Mon Sep 17 00:00:00 2001 From: Daniel930902 Date: Mon, 17 Nov 2025 20:51:42 +0800 Subject: [PATCH 4/6] Fix formatting in FAQ part --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 7241d5cc..91ac9886 100644 --- a/README.md +++ b/README.md @@ -158,7 +158,13 @@ encounter 'something went wrong' with ChatGPTBox extension enabled 3. Re-enable it **Note: This issue remains unresolved.** +<<<<<<< Updated upstream +<<<<<<< Updated upstream +======= +>>>>>>> Stashed changes +======= +>>>>>>> Stashed changes ### Google Gemini not working From 7671fadc62b8145ce8be34febe4b595da71c2cbb Mon Sep 17 00:00:00 2001 From: Daniel <87524863+Danielweng0902@users.noreply.github.com> Date: Sat, 29 Nov 2025 13:06:48 +0800 Subject: [PATCH 5/6] Update README.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 91ac9886..0733e146 100644 --- a/README.md +++ b/README.md @@ -147,7 +147,7 @@ encounter 'something went wrong' with ChatGPTBox extension enabled **Possible causes:** - The extension modifies some network requests or page content, which may interfere with the ChatGPT.com login flow. -- Brave browser’s built-in privacy protections( shields, blocking scripts or cookies ) may conflict with the extension. +- Brave browser’s built-in privacy protections (shields, blocking scripts or cookies) may conflict with the extension. **Solution:** From c37f69f6c4fefc85993682a3556212b0870a80a9 Mon Sep 17 00:00:00 2001 From: Daniel <87524863+Danielweng0902@users.noreply.github.com> Date: Sat, 29 Nov 2025 13:07:42 +0800 Subject: [PATCH 6/6] Update README.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/README.md b/README.md index 0733e146..7dec689f 100644 --- a/README.md +++ b/README.md @@ -158,14 +158,6 @@ encounter 'something went wrong' with ChatGPTBox extension enabled 3. Re-enable it **Note: This issue remains unresolved.** -<<<<<<< Updated upstream -<<<<<<< Updated upstream - -======= ->>>>>>> Stashed changes -======= ->>>>>>> Stashed changes - ### Google Gemini not working #### [#786](https://github.com/josStorer/chatGPTBox/issues/786), [#757](https://github.com/josStorer/chatGPTBox/issues/757)