talk-to-chatgpt icon indicating copy to clipboard operation
talk-to-chatgpt copied to clipboard

Can make it support a custom website?

Open kotobuki09 opened this issue 2 years ago • 3 comments

I mostly use custom chatGPT until now because of the geographic block problem. Can you make it support custom website similar to chatgpt such as: https://github.com/Chanzhaoyu/chatgpt-web

kotobuki09 avatar May 01 '23 09:05 kotobuki09

hello, I recommend you try the following: 1- install the extension manually in developer mode 2- edit the extension manifest to enable it on all sites (not just chat.openai.com) 3- see if it works on whatever site you need.

I don't think it will work though because Talk-to-chatGPT is based on the OpenAI DOM, if anything on the page changes, it can break the extension. Of course they don't make it easy to exploit their DOM.

C-Nedelcu avatar May 03 '23 02:05 C-Nedelcu

It didn't work in my case! Is there any other way I can try to make it work for a custom website instead of OpenAI?

kotobuki09 avatar May 06 '23 00:05 kotobuki09

I think it would require to rewrite most code of the extension. Because the extension currently is written specifically for chat.openai.com.

If you want to propose changes to adapt to other sites, feel free, but I don't think I will be able to do that myself.

C-Nedelcu avatar May 06 '23 02:05 C-Nedelcu