extesy / hoverzoom

Google Chrome extension for zooming images on mouse hover
https://chrome.google.com/webstore/detail/hover-zoom%20/pccckmaobkjjboncdfnnofkonhgpceea
MIT License
1.15k stars 178 forks source link

Reddit images download breaking the pic #645

Closed k1ngisamu closed 3 years ago

k1ngisamu commented 3 years ago

Description of the problem

when i hover over a picture in reddit from reddit domain when i press S to download that pic, the file can not be opened.

Url of the page where the problem occurs (not the image url)

reddit.com

Steps to reproduce the problem (include image url here)

  1. open reddit
  2. hover over a image hosted on reddit domain
  3. press S to download pic, pic cannot be opened

OS version, extension version (Chrome only, Firefox is not supported)

Windows 10 1904 extension ver: 1.0.160 chrome ver: 87.0.4280.88

onometre commented 3 years ago

Same issue on Furaffinity

extesy commented 3 years ago

@fhadiel Seems like it was broken by your #641 change. Did you test it?

extesy commented 3 years ago

I've reverted that change so now we're back to situation described in #634.

f0x48 commented 3 years ago

I can't download pic on version 159, but I can with version 160. Are we testing on the new reddit or old reddit? Tested on Chromium 87

extesy commented 3 years ago

I'm personally using old reddit. But no-cors policy was breaking many sites, that's why I reverted it. I'm going to test an official chrome api instead of a blob hack.