Greasy Fork is available in English.

Export Claude.Ai

Download the conversation with Claude

Dessa är versionerna av skriptet där koden uppdaterades. Visa alla versioner.

  • v1.2 2024-09-03

    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 2024-09-03