Anonymous ID: 8649b5 May 9, 2020, 8:46 p.m. No.9104643   🗄️.is 🔗kun   >>4678

>>9104559

>For reasons unknown, 8kun's server software treats .jpeg differently than the identical file named .jpg

It's actually not the server software. It's the browserside javascript to render the site. If you look in 8kun.top/main.js and Ctrl-F for "jpg" you'll find where it wrongly assumes "jpeg" main images have thumbnails ending with "jpg". (Recently main.js have been refactored to remove line-endings, which makes it harder to read. But put in a good IDE and you can read it) We've know for years exactly what the problem is.