Handy Image

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

< Handy Image 피드백으로 돌아가기

질문/댓글

woxxom관리자
§
게시: 2017-04-05
수정: 2017-04-05

dropbox ?dl=0 picture links

Dropbox no longer shares the images directly so the new indirect picture links with ?dl=0 like https://www.dropbox.com/s/67vtkwtffwulwkz/wow.PNG?dl=0 can be supported by altering the code this way:

    case "dropbox.com":
        j = true;
        i = q('img.preview-image');
        if(i)
        {
            i.src = i.src.replace(/(size_mode)=\d+/, '$1=5');
        }
        break;

I didn't test it much though.

Owyn작성자
§
게시: 2017-04-05

done

답글 게시

답글을 게시하려면 로그인하세요.