Sleazy Fork is available in English.

Handy Image

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

< Feedback on Handy Image

Câu hỏi/Bình luận

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

OwynTác giả
§
Posted: 28-11-2015

added

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

OwynTác giả
§
Posted: 30-01-2016

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

Post reply

Đăng nhập để bình luận