Handy Image

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

< Handy Image 피드백

질문/댓글

§
작성: 2015-08-24

@Owyn,
I inspected the image element, it was something like this.
image

Would I put the case under
i = q('img[alt="image"]');
break;
or
i = q('img[src*="' + iurl + '/upload/"]');
break;

Which would be faster and which is different?

Owyn개발자
§
작성: 2015-08-24

@ubless607 one which is more complete and have more cases should be used, so 2nd one

댓글 남기기

댓글을 남기려면 로그인하세요.