Greasy Fork is available in English.
Shows images and videos behind links and thumbnails.
< Feedback on Mouseover Popup Image Viewer
Also, could an option maybe be added to the script settings to disable the bar? I think a lot of minimalists would prefer for that bar to not show up.
Also, one more thing I just noticed: when pressing D to download an image, it downloads the file twice. Is there a setting I can change to prevent this from happening?
Use #mpiv-bar { display:none; }
.
You can also click View the built-in CSS
to copypaste the actual selectors.
This is the first time someone complains about the bar so I doubt an option is warranted. Personally, I don't even notice the bar unless I look at it specifically.
when pressing D to download an image, it downloads the file twice.
This is a bug that only you encountered so far. Maybe you run this script in two userscript managers at the same time e.g. Tampermonkey and Violentmonkey? Otherwise, you'll have to describe a precise sequence of steps to reproduce the problem in a fresh browser profile with just this script enabled.
Happy to see this fork of the original Mouseover Popup Image Viewer. It seems to work just as well as the original version, however, as a minimalist, I'd prefer not to see the bar tooltip whenever an image pops up. I tried the custom CSS '#mpiv-bar.mpiv-tooltip { display:none; }' (no quotes) which worked with the original script, but that doesn't work with this fork. What CSS should I use?
Thanks.