Sleazy Fork is available in English.

Handy Image

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

< Handy Imageについてのフィードバック

質問/コメント

§
投稿日: 2016/08/15

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

§
投稿日: 2016/08/15

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;

Owyn作者
§
投稿日: 2016/08/31

added.

It is even more simple

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

返信を投稿

返信を投稿するにはログインしてください。