I too noticed that imgur urls were short some time ago so I put some JS code together and let it run in background tab for some time and what I've noticed is that there is ever so often some images that appear from time to time. There are at least that coke/pepsi logo history image and then there is that man with big slash on his face.
Never seen that facebook man before for some reason.
If you have a hosting place I can share JS. But basically it just randomizes urls and if the resulting image is "if(e.naturalWidth == 161 && e.naturalHeight == 81)" it removes that image as that is the default size of the "image not found" image.
Never seen that facebook man before for some reason.
If you have a hosting place I can share JS. But basically it just randomizes urls and if the resulting image is "if(e.naturalWidth == 161 && e.naturalHeight == 81)" it removes that image as that is the default size of the "image not found" image.