Handy Image

Shows just fullsize Image with hotkeys & without pop-ups on many image-hosting sites

< Feedback on Handy Image

Question/comment

wOxxOmMod
§
Posted: 2017-03-12

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;
OwynAuthor
§
Posted: 2017-03-12

script shouldn't do anything if found image is a video but not an image, fixed in latest version.

Post reply

Sign in to post a reply.