NicoleFaye / Chat-Gpt-Long-Text-Input

A browser plugin for ChatGPT that simplifies sending large texts by breaking them into multiple messages. Features include custom message options, text file importing, and real-time progress estimates.
MIT License
43 stars 9 forks source link

More of a question then any problem #55

Closed ForDefault closed 4 months ago

ForDefault commented 5 months ago

First and foremost, I want to say thank you for your work in developing this addon. I was hoping I could reach out to you for some guidance on breaking down its functionality to create a desktop application.

Any direction with decoding the base64 modules in the content script bundle.js for desktop application development would be greatly appreciated

NicoleFaye commented 5 months ago

I would not look at the bundle.js, thats a minimized version made from using webpack. Look at the source js.

Extension popup Injected Script String manipulation