Redirects Tumblr Image URLs to the raw version
< Tumblr Image URL Redirect 피드백으로 돌아가기
Yeah, just saw that they changed something. I have no idea, but I hope this wasn't on purpose on Tumblr's side :/
It looks like this is a deliberate change made by Tumblr. I tried modifying your script so that it redirects to the 1280px versions if they're available as this is the best we can expect in future. The page constantly reloads when I do this though, any ideas why?
window.location = window.location.href.replace(/_640h*|_540h*|_500h*|_400h*|_250h*|_100h*/i,"_1280");
Is there any chance to fix it?
Tumblr just changed something
I'm a constant user of this script, thanks for writing it! However Tumblr just made a change within the past couple of hours which has stopped it from functioning. I'm trying to figure out exactly where the raw images are located now but I wanted to give you a heads up too. Any ideas?