1- Make a backup before use.
2- DON'T use if you have dublicate class names in your css files.
3- HTML Obfuscator only changes class names in the HTML, CSS and PHP files and doesn't change it in JavaScript
4- Not all class names will be changed automatically so, some class names will need to be changed manually
1- Put your HTML files in the same directory as HTML Obfuscator.py
2- Put your CSS files in a directory called "stylesheets".
<div class="content">
<div class="text">Hello World</div>
</div>
<div class="xT-xyz-123456"><div class="xT-abc-123456">Hello World</div></div>