Mouseover Popup Image Viewer

Shows images and videos behind links and thumbnails.

< Feedback on Mouseover Popup Image Viewer

Question/comment

§
Posted: 06. 10. 2024

Can you please provide a working rule which will zoom the images shown on Amazon.com "Review" section? See attached screenshot as an example. I tried with the usual shortcut, but it does not zoom out the images in the review section.
Thanks!

§
Posted: 12. 10. 2024

Hello, did you get a chance to check this?

woxxomAuthor
§
Posted: 12. 10. 2024

Something like this I guess:

{"d": ".amazon.",
 "e": ".a-carousel-card img+div","html":true,"r":".",
 "s": "gallery",
 "g": "var _=[...doc.querySelectorAll('.a-carousel-card [data-url]')].map(e=>({url:e.dataset.url}));_.index=node.closest('[data-url]').dataset.url;return _"
}
§
Posted: 12. 10. 2024

Thank you! That works fine on the section that I have provided in the screenshot.

However, when I scroll down to the actual comments section (where people have provided their comment and image), I try to zoom out the images and they don't zoom out to the original size. See screenshot below.

§
Posted: 19. 10. 2024

Hello, a reminder please.

Post reply

Sign in to post a reply.