This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // WORKS AS OF 6/18/2025; Maciej Kos | |
| // == Enhanced Chat Exporter == | |
| // | |
| // Purpose: | |
| // This script is designed to be run in the browser's Developer Tools console on a chat page. | |
| // Its primary goal is to export the entire chat history, including both user messages and | |
| // bot responses, into a formatted text block that can be easily copied to the clipboard. | |
| // | |
| // Features: |