79 Hey Devs, when you changed the code, you forgot about the thumbnails. Thumbnails are still hosted on thedonald.win (media.weekendgunnit.win) posted 4 years ago by auxchar 4 years ago by auxchar +82 / -3 4 comments download share 4 comments share download save hide report block hide replies
NO STEP REEEEEEE
Is that why thumbnails are messed up on all the other .win sites too?
Growing pains indeed!
Quick temporary fix:
Press F12 and paste this into the javascript console.
var images = document.getElementsByTagName("img");
for (var i = 0; i < images.length; i++) {
}