Export Claude.Ai

Download the conversation with Claude

Acestea sunt toate versiunile scriptului. Arată doar versiunile unde codul a fost schimbat.

  • v1.2 03-09-2024

    Changelog

    Version 1.2

    • Added a check to prevent downloading empty files. If no conversation text is found, the user is alerted with a message, and no file is downloaded.
    • Improved error handling to enhance user experience and prevent unintended behavior.

    Explanation of Changes:

    1. Check for Empty Text: Before proceeding with the download, the script checks if the text variable is empty (!text). If it is, an alert is displayed to the user, notifying them that no conversation was found to export.

    2. Stop Execution on Error: If no text is found, the script returns early from the click event handler, preventing the creation and download of an empty file.

  • v1.1 03-09-2024