Skip to content

Instantly share code, notes, and snippets.

@tyage
Last active August 29, 2015 14:04
Show Gist options
  • Save tyage/49ef207b35f7dc31532c to your computer and use it in GitHub Desktop.
Save tyage/49ef207b35f7dc31532c to your computer and use it in GitHub Desktop.
画像を表示する
Array.prototype.forEach.call(document.getElementsByTagName('a'), function(i) {i.innerHTML = '<img src="'+i.href+'">'})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment