Show direct links to download biggest Flickr image available and some other sizes.
< Отзив за Flickr Original Link
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!