MCPcopy Index your code
hub / github.com/NicoleFaye/Chat-Gpt-Long-Text-Input

github.com/NicoleFaye/Chat-Gpt-Long-Text-Input @main

Chat with this repo
repository ↗ · DeepWiki ↗ · + Follow
28 symbols 64 edges 4 files 2 documented · 7% updated 1y ago★ 443 open issues
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

This whole project is pretty much useless at this point with the token limit increase and file uploads. Was nice when it was needed though.

Chat Gpt Long Text Input

A browser plugin for ChatGPT that simplifies sending large texts by breaking them into multiple messages.

  • Custom initial message.
  • Custom prepended message before each section of the of the split up text.
  • Custom appended message after each section of the split up text.
  • Optional Custom final message after completing message input.
  • Reset button resets prompts to defaults
  • Resume button resumes entry from specified starting point in the input text.
  • Stop buttoncancels any active input.
  • Import text files (.txt, .csv, .xml, etc)
  • Real time estimate of batch completion
  • Display how many messages will be sent before sending

To import text files, click the enable file picker button option above the "Text to Import" box while in a chatgpt chat window. This will add a button onto the current chat to the left of the regenerate response button if it is visisble. Clicking this will open a file dialog, which will import the file into the plugins input area.

I tried to add the filepicker to the plugin popup but was unable to do so with the lifecycle of the popup when the filepicker popup grabs focus.

Install

Platform Current version
Official Firefox Plugin 1.8.4
Official Chrome Plugin 1.8.4

Screencaps:

Popup Settings

Core symbols most depended-on inside this repo

timeout
called by 6
content_scripts/ChatGptLongTextInputContentScript.js
waitForRegenerateResponseButton
called by 5
content_scripts/ChatGptLongTextInputContentScript.js
determineNumberOfMessages
called by 3
content_scripts/ChatGptLongTextInputContentScript.js
splitString
called by 2
content_scripts/ChatGptLongTextInputSharedMethods.js
getJsonConfig
called by 2
popup/ChatGptLongTextInput.js
updateFinalMessageDisplay
called by 2
popup/ChatGptLongTextInput.js
showConfirmationPopupOkay
called by 2
popup/ChatGptLongTextInput.js
reportError
called by 2
popup/ChatGptLongTextInput.js

Shape

Function 28

Languages

TypeScript100%

Modules by API surface

popup/ChatGptLongTextInput.js18 symbols
content_scripts/ChatGptLongTextInputContentScript.js9 symbols
content_scripts/ChatGptLongTextInputSharedMethods.js1 symbols

For agents

$ claude mcp add Chat-Gpt-Long-Text-Input \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page