Candidate 104: Lightweight Wikipedia printer with CSS-only pagination. Instant print dialog, no image embedding.
Drag this button to your bookmarks bar:
Opens print dialog immediately. No download step, no preview window.
No image conversion - uses external URLs. Faster processing.
Aggressive break rules: orphans:4, widows:4, heading+content grouping.
Pure CSS and JavaScript. No Paged.js or other libraries.
| Feature | 104 Lite | 006 Full |
|---|---|---|
| Processing Speed | Fast (no image conversion) | Slower (embeds images) |
| Output | Print dialog | Downloaded HTML file |
| Images | External URLs | Embedded data URIs |
| Offline Use | No (needs network) | Yes (self-contained) |
| Pagination | CSS-only | CSS rules |
| File Size | Small (text only) | Large (images embedded) |
This candidate uses aggressive CSS rules to control page breaks:
orphans: 4; widows: 4; - Keep at least 4 lines together at page breakspage-break-after: avoid on ALL headings (h1-h6)page-break-before: avoid on first element after headingspage-break-inside: avoid on tables, figures, blockquotes, infoboxes.wp-section-start) around heading + first paragraphCandidate 104 descends from:
This candidate is part of an experiment to determine whether CSS-only pagination can achieve acceptable print quality. Results will be compared against candidates using Paged.js or similar pagination libraries to evaluate the trade-off between complexity and output quality.