Owyn / HandyImage

browser userscript (extension) which Shows just fullsize Image with hotkeys & without pop-ups on many image-hosting sites
https://greasyfork.org/scripts/109-handy-image
272 stars 58 forks source link

fix imgur.com #494

Closed zubrRB closed 1 year ago

zubrRB commented 1 year ago

A .webp preview opens instead of the original .jpeg: https://imgur.com/a/1HWehOP

Screenshot: ![webp](https://user-images.githubusercontent.com/50718960/194704621-cf9e5168-7b5f-4e25-bb04-378f52d4d7dd.png) ![jpeg](https://user-images.githubusercontent.com/50718960/194704628-a8324e9f-6935-45f8-9aa2-e687c07efe30.png)

Owyn commented 1 year ago

fixed

zubrRB commented 1 year ago

It doesn't work for me in Chrome either through AdGuard or Tampermonkey 4.18.0.

Owyn commented 1 year ago

doesn't work how? I tested it exactly in chrome+TM with uBlock, cuz in firefox it was originally working fine

zubrRB commented 1 year ago

Does not show the original image. Just a normal preview page.

Owyn commented 1 year ago

how about now?

zubrRB commented 1 year ago

In Firefox it initially worked and works, but not in Chrome.

zubrRB commented 1 year ago

It only got worse in Chrome: it used to show at least something, but now it doesn’t.

in Chrome: ![chrome](https://user-images.githubusercontent.com/50718960/194728867-b4743498-cd10-42fa-9d0d-dd9f7e0fcb6e.png)

Owyn commented 1 year ago

my chrome: изображение

see if browser console says anything from the script (Control + Shift + J),

and right click -> inspect element on the image to see its html, for me it's this: изображение

zubrRB commented 1 year ago

and right click -> inspect element

The script fires as soon as I try to execute this combination.

Owyn commented 1 year ago

Now should work quicker in chrome

zubrRB commented 1 year ago

Yes, it works great now.

zubrRB commented 1 year ago

Doesn't matter .jpeg or .jpg?

Owyn commented 1 year ago

you can test it and see

zubrRB commented 1 year ago

It just originally gave .jpeg, and now .jpg . Although the size is the same.