Parse data within script tag in HTML using JavaScript
Trying to parse some data that is included within a tag in the HTML using JavaScript. Specifically I'd like to retrieve the value for 'email' as in the script below, with the expected output being "[email protected]" <script type = 'text/javascript"…