Warning Due to long-term non-use of the Greasemonkey script, coupled with complex network issues, I have decided not to maintain this project anymore.
A Userscript(monkeyscript) to display ChatGPT answer alongside
- Search Engine (Google/Bing/Baidu/DuckDuckGo)
- Translator (DeepL)
Search Engine Side | DeepL |
Search Engine Top | How to change the container position(Only for Search Engine) |
-
Read this help document to install the user script manager.
-
Go to Greasy Fork install the userscript.
If you have the ability to solve compatibility issues, PR is welcome.
Chrome | Microsoft Edge | Firefox | Safari | |
---|---|---|---|---|
Tampermonkey | OK | OK | OK | NG |
Violentmonkey(*) | OK | OK | OK | - |
Greasemonkey | - | - | NG | - |
Userscripts | - | - | - | NG |
ScriptCat(*) | OK | OK | OK | - |
*: ViolentMoney and ScriptCat cannot print verbatim because stream response types are not supported12.
This project is now built using vite-plugin-monkey. Questions related to the development process are answered in the documentation of the project.
pnpm i
pnpm dev
- This project is inspired by wong2/chat-gpt-google-extension.
- Thanks to @duck123ducker for contribute the support of deepl translator(#9).
- Thanks to bigonion, the receiving stream type data part of the project draws on chatGPT tools Plus ++.
- Thanks to @devinmugen for contribute to the top mode of the search page(#13).