It's not that difficult getting the source code of web pages encrypted using HTML protection programs. This video shows you how easy it is.
Using document.body.innerHTML is one method of getting the source code of the web page. This might be done by writing the following in the web browser address bar:
javascript:alert(document.body.innerHTML)
(In case nothing happens, try replacing "alert" with "confirm")
Web developer toolbar for Firefox can be downloaded at https://addons.mozilla.org/en-US/firefox/addon/60
See also the video sIOxL2HgMac on Youtube!
<< Back to article
