Sleazy Fork is available in English.
Shows just fullsize Image with hotkeys & without pop-ups on many image-hosting sites
< Opiniones de Handy Image
sankaku webm video
https://chan.sankakucomplex.com/post/show/5915410
The video doesn't play for me in Chrome. I've fixed it locally:
document.body.innerHTML = "<style>img, video { position: absolute; top: 0; right: 0; bottom: 0; left: 0; image-orientation: from-image; }</style>"; // center image var isVideo = isrc.indexOf('.webm') > 0; i = protected_createElement(isVideo ? "video" : "img"); if (isVideo) i.controls = i.autoplay = true;
script shouldn't do anything if found image is a video but not an image, fixed in latest version.
Inicia sesión para responder.
sankaku webm video
https://chan.sankakucomplex.com/post/show/5915410
The video doesn't play for me in Chrome. I've fixed it locally: