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?
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址
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?