Hacker News new | ask | show | jobs
by tantalor 4482 days ago

    document.getElementsByTagName('script')[0].innerText
1 comments

.innerText is an MSIE extension, .textContent is a DOM standard property.