Fotobilder Downloader

By Vinnie Tesla Last update Jan 17, 2007 — Installed 1,556 times.

Suggestion

in
Subscribe to Suggestion 1 post, 1 voice

Johan Sundström Scriptwright

Neat! If you'd like to use it together with scripts like Instant Gallery, you can change it marginally to:

if (location.pathname.indexOf("gallery") > -1) {
  for (var i=0; i < document.links.length; i++) {
    var link = document.links[i];
    if (link.pathname.indexOf("pic/") > -1) {
      link.pathname = link.pathname.replace(/\/[^\/]+$/, "");
      if (!/[^\/]+\.[^\/]+$/.test(link.pathname))
        link.pathname += ".jpg";
    }
  }
}

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel