Skip to content

Instantly share code, notes, and snippets.

@sdvg
Created April 2, 2013 18:43
Show Gist options
  • Save sdvg/5294983 to your computer and use it in GitHub Desktop.
Save sdvg/5294983 to your computer and use it in GitHub Desktop.
for(i=1; i<=254; i++) {
addr = 'http://78.47.223.'+i
console.log(addr)
iframe = document.createElement('iframe')
iframe.src=addr
document.body.appendChild(iframe)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment