Mozilla-Ocho / Memory-Cache

MemoryCache is an experimental development project to turn a local desktop environment into an on-device AI agent
https://memorycache.ai/
Mozilla Public License 2.0
536 stars 23 forks source link

Fallback to non-silent PDF saving in vanilla FF #30

Closed johnshaughnessy closed 7 months ago

johnshaughnessy commented 7 months ago

The silentMode parameter passed to saveAsPDF requires a custom firefox build, so the extension fails in vanilla firefox.

This PR adds a fallback (non-silent save) so that the extension works in vanilla firefox (albeit without the nice silent PDF saving).