Handy Image

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

< Părere la script-ul Handy Image

Întrebare/comentariu

§
Postat în: 25-11-2015
Editat în: 26-11-2015

Add: ftop.ru

For some nice desktop backgrounds
http://ftop.ru/29672/0_0

// @match http://ftop.ru/*/*

case 'ftop.ru':
i = ev('//span[@class="photo"]/img');
break;

OwynAutor
§
Postat în: 28-11-2015

added

§
Postat în: 15-01-2016
Editat în: 17-01-2016

Thanks, but the code you added shows thumbnails instead. The patch above with "ev" was for Show Just Image 3 I think. Anyway, below is the working code for full resolution images.

// @match http://ftop.ru/*/* and then further down... case 'ftop.ru': i = q('span.photo > img'); break;

OwynAutor
§
Postat în: 30-01-2016

worked fine for me, but changed code to more precise one, should work for you too now.

Postează un raspuns

Autentifică-te pentru a posta un răspuns.