https://github.com/geetesh-gupta/chatgpt-continue-prev-code
https://github.com/geetesh-gupta/chatgpt-continue-prev-code
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/geetesh-gupta/chatgpt-continue-prev-code
- Owner: geetesh-gupta
- Created: 2022-12-11T05:02:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-11T05:35:56.000Z (over 2 years ago)
- Last Synced: 2025-02-08T15:13:53.965Z (4 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ChatGPT limits the amount of code output. So this script adds a continue button on ChatGPT webpage to continue getting the output code stream.
Note: Make sure you a previous response is present and is must have a code block.
# Usage
A new button named `Continue` will be added to the webpage. Click on the `Continue` button to get the further output stream.# Setup
Install **Tampermonkey** **([Chrome](https://www.tampermonkey.net/)** / **[Firefox](https://addons.mozilla.org/firefox/addon/tampermonkey/)** / **[Edge](https://microsoftedge.microsoft.com/addons/detail/tampermonkey/iikmkjmpaadaobahmlepeloendndfphd?hl=zh-CN))**
## UserScript
| Greasyfork | GitHub |
| ---------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- |
| [Install](https://greasyfork.org/en/scripts/456426-chatgpt-code-completer) | [Install](https://raw.githubusercontent.com/geetesh-gupta/chatGPT-continue-prev-code/main/script.js) |