Skip to content

Instantly share code, notes, and snippets.

@teitei-tk
Created August 22, 2012 13:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save teitei-tk/3425748 to your computer and use it in GitHub Desktop.
Save teitei-tk/3425748 to your computer and use it in GitHub Desktop.
(function(){
var images = [
"http://24.media.tumblr.com/tumblr_li92qz4NtI1qhhb8uo1_400.jpg",
"http://24.media.tumblr.com/tumblr_m80ziwHwTZ1qz6rb1o1_500.jpg",
"http://25.media.tumblr.com/tumblr_m7m1lm8nqe1qbyxr0o1_500.png"
];
for (var i = 0, cnt = images.length; i < cnt; i++) {
new Image().src = images[i];
}
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment