Created
April 2, 2012 02:20
-
-
Save tpthn/2280090 to your computer and use it in GitHub Desktop.
javascript - view source of web page
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//type this in the url field after page load | |
javascript:alert(document.documentElement.innerHTML); |
Unfortunately this does not seem to show all of the HTML in use.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Can explain a litle more please...