3 pointsby quysala123 hours ago1 comment
  • quysala123 hours ago
    I built this after repeatedly losing formatting when copying long ChatGPT conversations into Word.

    The extension can export either a selected part or the full conversation to PDF, docxx or google doc. PDF and WOrd files are generated locally in the browser and conversation content is not sent to my server.

    the main limit is that change its DOM frequently. Those changes can break formatting until the extension update. so im working on making the extraction logic less dependent to on specific page structures.

    i would appreciate feedback.