Sha256: 4099a079c34d1d688e45fbf84d0e976a84d63dfa6e06f48e7271b605ea366a78
Contents?: true
Size: 214 Bytes
Versions: 208
Compression:
Stored size: 214 Bytes
Contents
function foo() { var img = document.createElement('img'); img.src = '/images/100px.jpg'; var body = document.getElementsByTagName('body')[0]; body.insertBefore(img, body.firstChild); } window.onload = foo;
Version data entries
208 entries across 154 versions & 7 rubygems