chatgpt-google-extension
chatgpt-google-extension copied to clipboard
Search engine requests
Supported search engines are listed in the README https://github.com/wong2/chat-gpt-google-extension#supported-search-engines
New search engine support can be requested here in the comment.
Hi, thanks for the great work. I use StartPage, so if it is possible to support it someday, it would be great.
I'd like to request the searx search engine as per https://github.com/wong2/chat-gpt-google-extension/issues/101
It is an open-source metasearch engine and there are multiple public instances hosted with the most popular seemingly being searx.be
Ideally you could add custom instance urls in the settings, similar to how the extension MALSync allows you to add plex/emby/jellyfin domains.
Hi, Could you consider adding Neeva ?
The, objectively, best instance of Searx is https://searx.tiekoetter.com/
. That would be the one to add since it has the most refined UI/UX compared to other instances.
The, objectively, best instance of Searx is
https://searx.tiekoetter.com/
. That would be the one to add since it has the most refined UI/UX compared to other instances.
I use https://searx.tiekoetter.com/ as my daily one as well, and I was able to get it working for that one by just adding ,'#sidebar_results'
to the search-engine-configs.mjs file under the searx entry. This is because different searx instances have different containers for the sidebar.
Here is the edited code:
searx: { inputQuery: ["input[name='q']"], sidebarContainerQuery: ['#sidebar','#sidebar_results'], appendContainerQuery: [], },
However, this only really gets a few other searx instances working but leaves a lot of them listed at https://searx.space/ out.
Hope this helps!
Thank you for the great add-on. Can you add support for Qwant search engine https://www.qwant.com/
Thank you for creating this nice extension! Could you please also add Ecosia (see #162)?
About adding a custom search engine, you can find the sidebar of the corresponding engine and the class name or id name of the search result container to modify the source code, which is better than painting a gourd...
can you please add support to whoogle?
¿podrías considerar agregar you.com?
add opnxng.com
Hello, I would love to see support for Ecosia. I know it's not that popular globally but the germans would appreciate it
@lolsu-de see https://github.com/wong2/chat-gpt-google-extension/issues/109#issuecomment-1369788022
@lolsu-de see https://github.com/wong2/chat-gpt-google-extension/issues/109#issuecomment-1369788022
Oh lol, don't know how I've missed that but the more the merrier, right
@nightscape @lolsu-de Maybe you can try my fork, which supports Ecosia, StartPage and Android phones, and you can customize the configuration in the popup window to add supported sites
I see that DuckDuckGo is supported, but could you add the ad-free start.duckduckgo.com and filtered safe.duckduckgo.com domains?
Hello, I would like to see support for Presearch. It's a Web3 search engine which is similar to Brave Search but more focus on perfomance and privacy. Now Presearch is the dafault search engine on European Android Devices and is known to many developers. Adding Presearch would help developers that focus on Web3 development. Thanks a lot for your hard work!
Offering a list of domains in the options page should be a better solution for all those search engine requests. Also consider turning the chatgpt card into a popup window so as to fit different websites.
Hi. I would like to see support for Daum. Koreans would appreciate it after Naver. And it is my most favorate search engine. Please consider it.
@lolsu-de @banifou Added Ecosia in this PR: https://github.com/wong2/chatgpt-google-extension/pull/217
I decided to not accepting new search engines, please fork the project in that case.