Sleazy Fork is available in English.

Handy Image

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

< Commentaires sur Handy Image

Question / commentaire

§
Posté le: 2015-11-25
Édité le: 2015-11-26

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;

OwynAuteur
§
Posté le: 2015-11-28

added

§
Posté le: 2016-01-15
Édité le: 2016-01-17

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;

OwynAuteur
§
Posté le: 2016-01-30

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

Poster une réponse

Connectez-vous pour poster une réponse.