Results 44 issues of Gerben

For snapshotting web pages, this browser extension uses the [freeze-dry][] module. In case you encounter mismatches between a snapshot and the original web page, please discuss the issue [there][] instead....

Since the recent change to download snapshots instead of storing them inside the extension. In the snapshot overview, many snapshots are greyed out as not being available, and cannot be...

Moving this here from issue #138: > We could still show info about the snapshot (it’s date and original URL): when a locally stored snapshot file is opened in the...

When saving, or auto-saving, I often get a “File name is too long” error, and sometimes “filename cannot contain illegal characters” (it’s the `|` pipe, I suppose).

Not so urgent optimisations to perhaps try some time: - [ ] PouchDB could be bundled separately, and shared between `background.js` and `overview.js`. Same for React, if used in multiple...

performance

Highlighting (using `` elements, as we do) text inside a `` will make that text disappear. The higlighter should either fail or modify the given range if parts of it...

🦟 Bug

How?

snapshot quality

One of the use cases of freeze-dry is to snapshot web pages in order to share them with others. If a page is personalised, e.g. a user snapshots their shopping...

See upstream issue https://github.com/nolanlawson/blob-util/issues/61 (Clean up media type in blobToDataUrl)

At least one bug is caused by using `querySelectorAll` and assuming it only returns HTML elements: ``` const linkElements = Array.from(rootElement.querySelectorAll('a, area')) linkElements .filter(element => element.href.startsWith('javascript:')) ``` The HTML ``...

bug