Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.
/ chat-gpt-userscript Public archive

A userscript to display ChatGPT answer alongside Search Engine or Translator

License

Notifications You must be signed in to change notification settings

bobz25/chat-gpt-userscript

Repository files navigation

ChatGPT Search Userscript

Application Icon

GitHubStar Issues PR license

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 Side DeepL
Search Engine Top How to change the container position(Only for Search Engine)

Installation

  1. Read this help document to install the user script manager.

  2. Go to Greasy Fork install the userscript.

Compatibility

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.

Contribution

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

Credits

Footnotes

  1. https://violentmonkey.github.io/api/gm/#gm_xmlhttprequest

  2. https://github.com/scriptscat/scriptcat/blob/88a6d4a3ad24bef64ba37035b02a50ad8ece8c38/src/types/main.d.ts#L20