Handy Image

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

< Rückmeldungen aufHandy Image

Frage/Kommentar

§
Veröffentlicht: 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

§
Veröffentlicht: 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;

OwynVerfasser
§
Veröffentlicht: 31.08.2016

added.

It is even more simple

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

Antwort schreiben

Anmelden um eine Antwort zu senden.