/ Published in: JavaScript
URL: javascript: location.href = "http://flickr.com/photo.gne?id=" + /\d+(?=_)/.exec(location.pathname);
Link from static image to original image page.
Expand |
Embed | Plain Text
/* javascript: location.href = "http://flickr.com/photo.gne?id=" + /\d+(?=_)/.exec(location.pathname); */ location.href = "http://flickr.com/photo.gne?id=" + /\d+(?=_)/.exec(location.pathname);
You need to login to post a comment.
