lelinhtinh / Userscript

Userscripts collection
http://devs.forumvi.com/f23-userscript
MIT License
151 stars 53 forks source link

Image Viewer: can I get tiled & scrollable checkerboard background? #147

Closed Roccobot closed 12 months ago

Roccobot commented 12 months ago

Hi, once you hleped me getting Image Viewer exactly like I always wanted to: the result is this script (that I think it is a bit customization of the original one): ImageViewer.user.js.txt.

Recently I noticed that for very high images, the ones that need scrolling, the checkerboard background interrupts rendering at the very first viewport, but it isn't there anymore once I scroll. Do you think is there any way to het that too? Not a big deal, but I'd like it hugely.

Current behavior: ScreenFlow

I'm using Firefox 107 + Tampermonkey on macOS. Thanks

lelinhtinh commented 12 months ago

At line 74, add: :root,

image

Roccobot commented 12 months ago

Thank you very much, you're amazing 🙏