Skip to content
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

ChatGPT Search Add-On does not work #869

Open
RubenKelevra opened this issue Oct 31, 2024 · 7 comments
Open

ChatGPT Search Add-On does not work #869

RubenKelevra opened this issue Oct 31, 2024 · 7 comments

Comments

@RubenKelevra
Copy link

System Details

  • OS: ArchLinux
  • Thorium Version 128.0.6613.189 (Official Build) stable

Problem
OpenAI released a Chrome Extension for the ChatGPT search today, but the extension doesn't work properly in Thorium and thus won't replace the Google search engine, which is the default for me.

@ooonea
Copy link

ooonea commented Nov 1, 2024

I have the same problem on Google Chrome and Arch Linux, but also on Chromium and Void Linux. I think it's a Chromium problem on Linux.

@RubenKelevra
Copy link
Author

@ooonea thanks for confirming. Alright, do you wanna contact the OpenAI support or should I do that?

@ooonea
Copy link

ooonea commented Nov 2, 2024

We both think about it. More reporting is better than less reporting.

@SampeiNihira
Copy link

Enter the search engine without using the extension:

name browser://settings/searchEngines

  • add

  • Name: ChatGPT search

  • Shortcut: GPT

  • URL with %s instead of query:

https://chatgpt.com/?q=%s&hints=search&ref=ext

@Alex313031
Copy link
Owner

@RubenKelevra @ooonea Yeah, it's not Thorium specific. Use @SampeiNihira suggestion.

@RubenKelevra
Copy link
Author

Hey @Alex313031, yeah I wasn't aware. I don't use Chrome.

Can you add ChatGPT as real search engine entry to the next version, so we can select it as replacement of Google?

Because the solution by @SampeiNihira adds it as site specific search engine, which means you have to add "GPT" in front of every search request.

@RubenKelevra
Copy link
Author

RubenKelevra commented Dec 24, 2024

The extension will now log an error: "'chrome_settings_overrides' is not allowed for specified platform."

With the following details:

{
   "chrome_settings_overrides": {
      "search_provider": {
         "encoding": "UTF-8",
         "favicon_url": "https://chatgpt.com/faviconDark.ico",
         "is_default": true,
         "keyword": "chatgpt.com",
         "name": "ChatGPT",
         "search_url": "https://chatgpt.com/?q={searchTerms}&hints=search&ref=ext"
      }
   },
   "content_scripts": [ {
      "js": [ "content_script.js" ],
      "matches": [ "https://*.chatgpt.com/*" ],
      "run_at": "document_start"
   } ],
   "description": "Change default search engine to ChatGPT search.",
   "differential_fingerprint": "1.9xxxx",
   "icons": {
      "128": "images/icon128.png",
      "16": "images/icon16.png",
      "19": "images/icon19.png",
      "38": "images/icon38.png",
      "48": "images/icon48.png"
   },
   "key": "xxx",
   "manifest_version": 3,
   "name": "ChatGPT search",
   "update_url": "https://clients2.google.com/service/update2/crx",
   "version": "1.11"
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants