Skip to content

Instantly share code, notes, and snippets.

@xnuk
Created March 26, 2014 17:43
Show Gist options
  • Save xnuk/9789071 to your computer and use it in GitHub Desktop.
Save xnuk/9789071 to your computer and use it in GitHub Desktop.
for(var i=1;i<=16;i++)$.get("/pc2/pc2_"+((i<10)?("0"+i):""+i)+".htm",function(data){$("html").html(data);$("a:not([href*='index.html'])").each(function(i,v){console.log(v.href.replace(/\.htm$/,".png"))})})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment