blackle / Right-Click-Borescope

A chrome extension that lists all images under the mouse cursor
82 stars 6 forks source link

Add support for `picture` nodes with multiple `source` children #2

Closed joshuat closed 2 years ago

joshuat commented 2 years ago

I absolutely love this extension - super helpful. I noticed that it didn't support picture elements when attempting to use it to download some album art from music.apple.com.

This PR adds picture support by checking child nodes for a srcset attribute. We don't have direct access to the source elements within picture since they render as 0px/0px.

blackle commented 2 years ago

nice! thanks!