Chatgpt Exporter version history - 2 versions
Chatgpt Exporter by Vern
Chatgpt Exporter version history - 2 versions
Be careful with old versions! These versions are displayed for testing and reference purposes.You should always use the latest version of an add-on.
Latest version
Version 1.1.3
Released Sep 3, 2026 - 34.3 KBWorks with firefox 140.0 and later, android 142.0 and laterBug fix — final-page white area:
Cause: body box paints the page but is only as tall as its content. Last-page tail below the content = bare page canvas, which Firefox won't print unless you tick "Print backgrounds." Short final page = mostly white.
Fix: a position:fixed paper layer (body::before) in @media print. Fixed elements are honored by print-color-adjust, and Firefox repeats them full-height on every page — so paper now covers every sheet including the tail, no checkbox needed. Also dropped the "tick Print backgrounds" hint from the print view and updated README.Source code released under GNU General Public License v3.0 only
Older versions
Version 1.1.2
Released Aug 7, 2026 - 34.35 KBWorks with firefox 140.0 and later, android 142.0 and laterSource code released under GNU General Public License v3.0 only