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

Question/comment

§
Posted: 15.08.2016.

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

§
Posted: 15.08.2016.

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;

OwynAuthor
§
Posted: 31.08.2016.

added.

It is even more simple

case "ss.movierls.net":
    i = document.querySelector('meta[property="og:image"]);

Post reply

Sign in to post a reply.