Changelog

Below is the list of changes and the publication date for each version. New versions of the extension are installed in your browser automatically, so no additional actions are required from you.

3.3.2

2025-11-15
  • Added a setting to append the date and time to the file name.

3.3.1

2025-11-10
  • Refactored error reporting.

3.3.0

2025-11-09
  • Added export of conversations with Gemini and DeepSeek.
  • Added hiding of the down arrow when exporting ChatGPT conversations.

3.2.10

2025-10-29
  • Replaced the support email address with a help center button.

3.2.9

2025-10-27
  • Before saving settings and the profile, added a data-change check to avoid unnecessary quota usage.

3.2.8

2025-10-03
  • Optimized fetching the user profile.

3.2.7

2025-09-15
  • Added saving Reddit posts.
  • Changed the scrolling logic for loading images. Each mode now defines the scroll order and passes an element used to search for images.
  • Took into account that the content script may not have time to load in the popup and implemented waiting for it to finish loading.

3.2.6

2025-09-12
  • Changed the position of the buttons in the popup bottom menu.
  • Fixed export of ChatGPT conversations.

3.2.5

2025-09-09
  • Added the key field in manifest.json to keep the same extension ID in production and development.

3.2.4

2025-09-01
  • Reworked content-script injection. Scripts are now injected only into the current tab.
  • Added a check for the existence of the body element. If there is no body, we do not work with that tab.

3.2.3

2025-08-29
  • Added translations.
  • Extended analytics with preference data from userProfile.

3.2.2

2025-08-20
  • Added a font-issue warning message for macOS users in China.
  • Integrated Amplitude analytics.

3.2.1

2025-08-18
  • Removed the gap between the action button and settings in the popup.
  • Brought back the setting for automatic page reload after export.
  • Extended the guide for users in China regarding blank characters.

3.2.0

2025-08-16
  • Reworked the UI around buttons.
  • Added a permission request for access to local files.
  • Improved tab availability checks, including pages with errors such as DNS_ERROR.

3.1.1

2025-08-12
  • Improved the process for launching guides in element-removal and element-selection modes.

3.1.0

2025-08-07
  • Completely redesigned the look and feel.
  • Optimized saving of settings.
  • Added a font size setting for articles.
  • Added a setting to hide borders of the printed element.
  • Moved selection modes into a dropdown (previously radio buttons).
  • Made saving settings triggered by the export/remove-elements button.
  • Improved ChatGPT export.
  • Added an FAQ.

3.0.0

2025-07-20
  • Completely redesigned the popup and made settings clearer and separated for each mode.
  • Changed the scrolling logic: instead of scrolling the entire page, scrolling now jumps from image to image.
  • Improved ChatGPT support: removed extra elements when exporting a conversation and removed the arrow button.
  • Added configurable margins.

2.2.0

2025-06-24
  • Added a sharing button.

2.1.4

2025-06-21
  • Fixed applying a white background to all sites; it is now applied only to the printed page.

2.1.3

2025-06-21
  • Added a check to ensure the overlay is fully removed.
  • Fixed a bug that replaced the user’s browser history page.
  • Fixed article generation.

2.1.2

2025-06-21
  • Added a flag to check that a PDF is currently being generated to avoid accidental duplicate generations.
  • Added a button to cancel PDF generation.

2.1.1

2025-06-14
  • Forced the Print Article button to be shown in all cases.
  • Removed the page reload setting and made page reload mandatory in all cases to fix issues where styles weren’t fully restored and articles were duplicated.
  • Improved article printing: the articleNode now replaces all body content instead of being inserted at the top. Tables in the article stretch to 100% width and text is left-aligned.
  • Added a social media sharing button.
  • Added a method for clearing the PDF storage.
  • Disabled the browser’s built-in PDF toolbar.
  • Returned the viewer in the extension window and completely redesigned it.
  • Added a conversion history.

2.1.0

2025-05-21
  • Added a message indicating that the page is in the process of creating a PDF.
  • Displayed the finished PDF on the external site webtopdf.space.

2.0.3

2025-05-19
  • Added printing in article mode.
  • Made centering the selected element optional, since on some sites (such as ChatGPT) the layout breaks when printing the selected element. Now when printing the selected element, the actualSizeOfSelectedElement setting is respected—if it is true, the element is not centered.
  • Improved handling of large pages and PDF files.
  • Added support for local files.
  • Added additional data to be saved in the database, displayed the title on the PDF viewer page, and enabled reading a file from the database by ID on the viewer page.
  • Added an "Options" item to the context menu when right-clicking the extension.

2.0.2

2025-05-08
  • Added:
    • Closing the popup before printing.
    • Hiding fixed-position elements.
    • A setting for automatic page reload after printing.
    • A message that the extension is not supported on certain tabs.
    • Layout-aware printing of the selected element.
    • Scrolling to load lazy-loading elements.
    • Undo for element removal.
  • Fixed:
    • A bug with overwriting settings.
    • Visibility of elements in selection mode.
    • Removed the helper div.

2.0.1

2025-05-05
  • Bug fixes and deep refactoring.

2.0.0

2025-04-29
  • Completely redesigned the UI and added new functionality.

1.0.2

2024-01-01
  • Fixed translations.