Experimenting recently with obfuscation I decided to do some muddling code myself. I chose to change HTML page to make it difficult for understanding. For this purpose I created small encoder which coverts ASCII string to HTML entity presenting. This encoder is implemented in JavaScript and it is here. Then I using this encoder I replaced all values of hyperlinks, styles, classes and other attributes in obfuscated.html file with HTML entity presentation. And what I got (click on image to enlarge):
Is it more difficult to comprehend what HTML is about?