chatgpt-google-extension icon indicating copy to clipboard operation
chatgpt-google-extension copied to clipboard

Search engine requests

Open wong2 opened this issue 2 years ago • 8 comments

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.

wong2 avatar Dec 13 '22 06:12 wong2

Hi, thanks for the great work. I use StartPage, so if it is possible to support it someday, it would be great.

tugdual-harel avatar Dec 13 '22 10:12 tugdual-harel

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.

MinmoTech avatar Dec 13 '22 13:12 MinmoTech

Hi, Could you consider adding Neeva ?

sreid99 avatar Dec 14 '22 16:12 sreid99

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.

ylluminate avatar Dec 15 '22 22:12 ylluminate

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!

targed avatar Dec 23 '22 04:12 targed

Thank you for the great add-on. Can you add support for Qwant search engine https://www.qwant.com/

bmihovski avatar Dec 30 '22 21:12 bmihovski

Thank you for creating this nice extension! Could you please also add Ecosia (see #162)?

nightscape avatar Jan 03 '23 13:01 nightscape

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

weiqiyue avatar Jan 05 '23 10:01 weiqiyue

can you please add support to whoogle?

brackhap avatar Jan 05 '23 20:01 brackhap

¿podrías considerar agregar you.com?

okiejnm avatar Jan 06 '23 21:01 okiejnm

add opnxng.com

00028 avatar Jan 10 '23 05:01 00028

Hello, I would love to see support for Ecosia. I know it's not that popular globally but the germans would appreciate it

ghost avatar Jan 12 '23 15:01 ghost

@lolsu-de see https://github.com/wong2/chat-gpt-google-extension/issues/109#issuecomment-1369788022

nightscape avatar Jan 12 '23 16:01 nightscape

@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

ghost avatar Jan 12 '23 16:01 ghost

@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

josStorer avatar Jan 13 '23 09:01 josStorer

I see that DuckDuckGo is supported, but could you add the ad-free start.duckduckgo.com and filtered safe.duckduckgo.com domains?

lewisje avatar Jan 17 '23 00:01 lewisje

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!

gitiy1 avatar Jan 26 '23 03:01 gitiy1

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.

ghost avatar Jan 28 '23 08:01 ghost

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.

acbary avatar Jan 31 '23 03:01 acbary

@lolsu-de @banifou Added Ecosia in this PR: https://github.com/wong2/chatgpt-google-extension/pull/217

a-aznar avatar Feb 05 '23 11:02 a-aznar

I decided to not accepting new search engines, please fork the project in that case.

wong2 avatar Feb 10 '23 14:02 wong2