Shows just fullsize Image with hotkeys & without pop-ups on many image-hosting sites
added
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;
worked fine for me, but changed code to more precise one, should work for you too now.
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;