Y
Hacker News
new
|
ask
|
show
|
jobs
by
tantalor
4482 days ago
document.getElementsByTagName('script')[0].innerText
1 comments
brokenparser
4482 days ago
.innerText is an MSIE extension, .textContent is a DOM standard property.
link