Sleazy Fork is available in English.

Handy Image

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

< Обсуждения 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;
OwynАвтор
§
Создано: 12.03.2017

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

Ответить

Войдите, чтобы ответить.