How to use this in pages of other websites? #157
Closed
abhinavm24
started this conversation in
General
Replies: 2 comments 10 replies
-
@adamlui if you're around |
Beta Was this translation helpful? Give feedback.
0 replies
-
@abhinavm24 currently that is the only way, but if you look at getShowAnswer() in https://github.com/KudoAI/duckduckgpt/blob/main/greasemonkey/duckduckgpt.user.js that is what i want to add to chatgpt.js eventually (but it's trickier since Greasemonkey is less CORS restrictive than Chrome extension) |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to build a chrome extension to read data from sheet, send it to gpt with instruction and put the response back in the sheet.
It will be blocked because of CORS, so I have to send data from sheet tab to gpt tab and share gpt response using chrome messaging?
Beta Was this translation helpful? Give feedback.
All reactions