danburzo / percollate

A command-line tool to turn web pages into readable PDF, EPUB, HTML, or Markdown docs.
https://danburzo.ro/projects/percollate/
MIT License
4.32k stars 166 forks source link

Add support for Firefox backend #147

Closed danburzo closed 1 year ago

danburzo commented 1 year ago

Feature description

Seems that nowadays Puppeteer supports Firefox as an alternative browser engine, complete with PDF support.

Adding this will probably involve bumping dependency versions, and inevitable new requirements for Node versions, so it must be done as a major release.