Show direct links to download biggest Flickr image available and some other sizes.
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.
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址
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!