Greasy Fork is available in English.

Mouseover Popup Image Viewer

Shows images and videos behind links and thumbnails.

< Feedback on Mouseover Popup Image Viewer

Review: Good - script works

§
Posted: 10-01-2020

Questions

Hello, thank you for reviving this awesome script. Some questions please

  1. How to scale down the hovered image? I feel they are a bit too big. Which setting to tweak?
  2. I want it to work in Goodreads, with the smaller thumbnails like here: https://www.goodreads.com/book/popularbydate/2020/1?id=2020/January. Can you help me creating a rule? Thank you so much!
wOxxOmAuthor
§
Posted: 10-01-2020
Edited: 10-01-2020

How to scale down the hovered image? I feel they are a bit too big. Which setting to tweak?

I don't follow. The purpose of the script is to show the original (bigger) picture same as the kuehlschrank's version always did. The minimum zoom is either 100% or whatever fits the browser window.

I want it to work in Goodreads, with the smaller thumbnails like here:

Personally I can help only if I think the rule is for a popular site that should be included in the script itself so for all the rest I think you can post a request in the original script's feedback section.

P.S. I'm the author of this script, just using a different handle on github.

wOxxOmAuthor
§
Posted: 10-01-2020

You can customize the popup's maximum size by using CustomCSS option in the script's config UI, more info: https://w9p.co/userscripts/mpiv/css.html

Example:

#mpiv-popup {
  max-width: 75vw;
  max-height: 75vh;
  width: auto;
  height: auto;
}
§
Posted: 10-01-2020

Hi yes @wOxxOm , i remember you, you created a Captcha script too. OK I'll ask there. Re popup max size, yes I know it's weird but I always think it's always been too big 😁

Post reply

Sign in to post a reply.