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

"Open images directly with browser" no longer functioning #521

Closed Monk18 closed 1 year ago

Monk18 commented 1 year ago

Seems to be universal, across all sites. I tried isolating it as the only active extension, so no conflicts.

Thanks,

Owyn commented 1 year ago

Browser version?

Thanks,

Monk18 commented 1 year ago

Thanks Owyn for your prompt response! Love the work you've done here. I'm on Chrome Version 110.0.5481.104

Owyn commented 1 year ago

Should be fixed now.

btw, why are people using the "direct" option? the whole point of the script is the functionality which that option disables...

Monk18 commented 1 year ago

For me, it's to pair your script with other extensions that might download all tabs, for example. The way your script opens the image makes it hard for other programs to access. But with "open images directly with browser", it works.

ALSO, if I leave a tab open for too long without that setting, if I try to save file, it'll give me an error of file not found. And I won't even notice until much later when I can't get back to the image. There seems to be some kind of time-out in chrome where it stops being accessible in cache or something

Owyn commented 1 year ago

Are you saving the image with CTRL+S or by dragging the image?

with CTRL+S which uses gm_download - yea it might happen due to the site security restrictions and cuz it downloads the image from the start again...

Monk18 commented 1 year ago

CTRL+S or right clicking, both have issues.

Anyway, it's just a lot simpler to open in browser. Here's one vote for keeping the feature!

Owyn commented 1 year ago

Well, right clicking has nothing to do with the script 🤷🏻 that's purely on the browser...

if it works - I'll keep it

zubrRB commented 1 year ago

@Monk18 You can install the Mouseover Popup Image Viewer userscript. When hovering the cursor, it will be enough to press the d key to download the image. https://greasyfork.org/en/scripts/394820-mouseover-popup-image-viewer

Owyn commented 1 year ago

@zubrRB I'm pretty sure that MouseOver uses the exact same GM_Download mechanism which is on CTRL+S here, and not some other magic...

but it's a matter of taste anyway - how people'd like to see images before downloading so thx for the link

Monk18 commented 1 year ago

I'll check that out. I appreciate it!

But yeah, I like the extra functionality.

And just to say it again, I super appreciate your work on this script. Very helpful!