Show direct links to download biggest Flickr image available and some other sizes.
< 脚本 Flickr Original Link 的反馈
Possible solution to the "not working as of Oct 2022". Change Line 92 where it says....'":{"displayUrl":"([^"]+)","width":(\\d+),"height":(\\d+)'to'":{"data":{"displayUrl":"([^"]+)","width":(\\d+),"height":(\\d+)'I just added the part :{"data") to the regular expression. I am not a JavaScript developer, but changing that part helped the script work for me. So, please use it at your own discretion. If anyone has a more "correct" solution please share with us.Cheers!
Thank you for your suggestion. I've updated the script.
To the author "freakingprime", thank you so much for the script and for updating it.
登录以发布留言。
Possible solution to the "not working as of Oct 2022". Change Line 92 where it says....
'":{"displayUrl":"([^"]+)","width":(\\d+),"height":(\\d+)'
to
'":{"data":{"displayUrl":"([^"]+)","width":(\\d+),"height":(\\d+)'
I just added the part :{"data") to the regular expression. I am not a JavaScript developer, but changing that part helped the script work for me. So, please use it at your own discretion. If anyone has a more "correct" solution please share with us.
Cheers!