So in a browser window open up the Javascript console from a website of your choice like say https://www.interfaceware.com.
Then copy paste this code in to reset your browser:
Code Block |
---|
document.head.innerHTML = ''
document.body.innerHTML = '<h1>A heading</h1><div class="BLOCKone">Block</div>';
document.head.innerHTML = '' |
This is the source code for our progress function.
...