Jefferson Scher

Results 6 issues of Jefferson Scher

Saw the beautiful graphs here: https://www.nytimes.com/interactive/2020/10/02/science/charting-a-coronavirus-infection.html Supporting paged media might not be a goal of this project, but please consider adding something like the following so that the entire graphic...

This came up on SuMo and I didn't see one: https://support.mozilla.org/questions/1237229

Quick-and-dirty patch on Bugzilla here -- https://bugzilla.mozilla.org/show_bug.cgi?id=1585588#c6 ```` - const parsedDom = (new DOMParser()).parseFromString( + const parsedDom = (new iframe.contentWindow.DOMParser()).parseFromString( ```` -- likely should go here: https://github.com/mozilla-services/screenshots/blob/master/webextension/onboarding/slides.js#L43 _Related discussion:_ https://www.reddit.com/r/firefox/comments/ddjol2/firefox_screenshots_went_haywire/

The Download button triggers a Save As file browser dialog instead of displaying the Download (Open/Save/Cancel) dialog. By contrast, the [Save Screenshot extension](https://addons.mozilla.org/firefox/addon/savescreenshot/) integrates with the Download dialog by default....

For example, where the 640x480 images display in this gallery: https://www.jeffersonscher.com/photos/Maui07/HonoluaBay

bug

On some sites like 9gag, the `` tag has a JPEG file but Firefox overrides that using a WebP ``. Possible options: (1) Automatically strip the WebP `` (2) Add...

enhancement