Handy Image

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

< Feedback on Handy Image

Question/comment

§
Posted: 2015-11-25
Edited: 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;

OwynAuthor
§
Posted: 2015-11-28

added

§
Posted: 2016-01-15
Edited: 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;

OwynAuthor
§
Posted: 2016-01-30

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

Post reply

Sign in to post a reply.