DEV Community

uni928
uni928

Posted on

Back Up Your ChatGPT Conversations as Easy-to-Read HTML

I created a tool that lets you load a saved ChatGPT HTML file and convert the conversation into a cleaner, easier-to-read HTML page.

Note: This tool does not create an HTML file that can be imported back into ChatGPT. It only generates an HTML file for easier viewing.

Note: The tool is designed for the current HTML format saved by ChatGPT. It may stop working if ChatGPT changes the structure of its saved HTML pages.

Try the Tool

You can use it directly in your browser:

https://uni928.github.io/Uni928PublicHTMLs2/index6English.html

No installation is required.

How to Use It

  1. Open the conversation you want to save in the browser version of ChatGPT.
  2. Right-click the page and select “Save As…”
  3. Drag and drop the saved HTML file into the tool.
  4. Click “Download HTML”

That’s it.

The tool will generate a new HTML file with the conversation organized into a much more readable format.

Main Features

  • Organizes messages from you and ChatGPT into a conversation-style layout
  • Can generate the page with ChatGPT responses collapsed by default
  • ChatGPT responses can be expanded and collapsed by clicking them
  • Reformats tables to make them easier to read
  • Displays code blocks, headings, lists, and other content in a cleaner format
  • The generated page is also a single HTML file, making it easy to save or share

This is especially useful for long conversations.

By keeping ChatGPT responses collapsed by default, you can quickly look through your previous questions and find the part of the conversation you want to review.

Final Notes

I made this tool for situations where you want to look back at a previous ChatGPT conversation later, almost like reading reference material or notes.

Feel free to give it a try:

https://uni928.github.io/Uni928PublicHTMLs2/index6English.html

Top comments (0)