Handy Image

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

< Σχολιασμός για τον κώδικα Handy Image

Ερώτηση/σχόλιο

§
Δημοσιεύτηκε: 24/08/2015
§
Δημοσιεύτηκε: 24/08/2015

@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Δημιουργός
§
Δημοσιεύτηκε: 24/08/2015

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

Δημοσίευση απάντησης

Συνδεθείτε για να δημοσιεύσετε μια απάντηση.