Sleazy Fork is available in English.
Shows just fullsize Image with hotkeys & without pop-ups on many image-hosting sites
It was simple. Just add these lines:
case "ss.movierls.net":
i = q('img[src$=".md.jpg"]');
if(i){i.src = i.src.replace('.md.jpg', '.jpg');}
break;
added.
It is even more simple
case "ss.movierls.net":
i = document.querySelector('meta[property="og:image"]);
Add movierls.net
http://ss.movierls.net/image/lvl
It seems to be easy. To blurr the Image, they just add an ".md" between the image-name and the .jpg.
Example:
blurr image:
http://ss.movierls.net/images/2016/08/14/160813.sg.micaelanefka0a7b6.md.jpg
real image:
http://ss.movierls.net/images/2016/08/14/160813.sg.micaelanefka0a7b6.jpg