johnjones4 / Standard-Notes-Clipper

A browser add-on (Firefox and Chrome) that allows you to clip web pages to your Standard Notes account.
MIT License
124 stars 13 forks source link

Images duplicated after clipping #21

Closed georgecher closed 4 years ago

georgecher commented 4 years ago

Hello, clipping this page results in almost all images being duplicated in the clip.

image

dannysummerlin commented 4 years ago

Thanks for the heads up. Huh, that's interesting - so, they have an img tag and then a noscript tag with the same img tag inside it. That's pretty unusual, I could make the selector avoid noscript tags, but that might mess up other pages. For now I think I'll leave it more open, but let me know if you notice that on other websites

johnjones4 commented 4 years ago

I'm not sure we can avoid this issue - it's very odd that the site hid an additional img in a noscript right?

georgecher commented 4 years ago

Yep, that is odd. I suppose you could have the extension check for this sort of thing, but it's probably not worth it just for one site.

Should I close the issue?

johnjones4 commented 4 years ago

Yes we can close! Thanks!