• v1.0.2 3621b6626d

    monyi released this 2026-07-14 20:23:28 +02:00 | 7 commits to main since this release

    Fix: blank pages when printing

    • Fixed 3 blank pages before content — replaced visibility:hidden with body{display:none} in print media query. visibility:hidden kept the original page layout space, pushing the overlay content 3 pages down.
    • Styles now appended to documentElement — survives body{display:none} in print.

    17/17 tests passing. 14KB ZIP.

    Downloads
  • v1.0.1 1d662bab80

    monyi released this 2026-07-14 20:10:13 +02:00 | 8 commits to main since this release

    Bug fixes

    • Print now shows the clean view — fixed critical bug where the original page was printed instead of the cleaned overlay
    • Print button redesigned — gradient, shadow, hover/active animation
    • Settings respected in print — removeImages and removeLinks now apply to printed output
    • Force light theme on print — saves ink, always black text on white
    • Stable extension ID — added public key for self-update support

    17/17 tests passing. 14KB ZIP.

    Downloads
  • v1.0.0 332ec2bdee

    monyi released this 2026-07-14 11:54:42 +02:00 | 9 commits to main since this release

    Clean any page for printing. One click strips ads, sidebars, navs — leaves only the article. Print or save as PDF.

    • One-click page cleanup
    • Readability-based extraction
    • Print preview with font size adjustment
    • Dark/light print mode toggle
    • 100% local, no servers

    17/17 tests passing. 14KB ZIP.

    Downloads