Skip to content

Instantly share code, notes, and snippets.

@ophentis
Created April 28, 2013 16:32
Show Gist options
  • Save ophentis/5477428 to your computer and use it in GitHub Desktop.
Save ophentis/5477428 to your computer and use it in GitHub Desktop.
99manga: show all images in one page
PicListUrl.split('|').forEach(function(path) {
var img = new Image();
img.src = ServerList[server-1]+path;
document.body.appendChild(img);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment