Sleazy Fork is available in English.
Shows just fullsize Image with hotkeys & without pop-ups on many image-hosting sites
< Rückmeldungen auf Handy Image
dropbox ?dl=0 picture links
Dropbox no longer shares the images directly so the new indirect picture links with ?dl=0 like https://www.dropbox.com/s/67vtkwtffwulwkz/wow.PNG?dl=0 can be supported by altering the code this way:
?dl=0
case "dropbox.com": j = true; i = q('img.preview-image'); if(i) { i.src = i.src.replace(/(size_mode)=\d+/, '$1=5'); } break;
I didn't test it much though.
done
Anmelden um eine Antwort zu senden.
dropbox ?dl=0 picture links
Dropbox no longer shares the images directly so the new indirect picture links with
?dl=0
like https://www.dropbox.com/s/67vtkwtffwulwkz/wow.PNG?dl=0 can be supported by altering the code this way:I didn't test it much though.