Enable saving any image on Flickr

Enable saving any image on Flickr
60
*****
Last updated Apr 06 2007
39 installs this week, 2641 total.

Sometimes on flickr images there is a second image called spaceball.gif that is on top of the real image, causing you to save that instead of the actual image. This simply removes that.

Install options

Feedback

Reviews

Gandalf Cunningham said on May 27 2008

Remarkable. Great script! Saves doing the annoying view source, find .jpg copy / paste etc. *****

gohawks said on Apr 24 2007


sbt said on Jul 08 2006

already wrote simple proxo (anybrowser) filter (btw, imdb uses similar cover img)
[Patterns]
Name = "FlickrSpaceballBlockKill[Sbt31MayU06"
Active = TRUE
Multi = TRUE
URL = "\w.flickr.\w/"
Bounds = "<img*++src=\"*++spaceball.gif\"*++>"
Limit = 256
Match = "<img*++src=\"*++spaceball.gif\"*++>"
Replace = "<!--FlickrSpaceballBlockKill[Sbt-->"