/HTML-Obfuscator

Obfuscate class names in HTML, PHP and CSS Files

Primary LanguagePython

HTML-Obfuscator

Obfuscate class names in HTML, PHP and CSS Files


IMPORTANT NOTES

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

HOW TO USE

1- Put your HTML files in the same directory as HTML Obfuscator.py
2- Put your CSS files in a directory called "stylesheets".

Example for how it works :

Normal HTML file :

<div class="content">
<div class="text">Hello World</div>
</div>

Obfuscated HTML file :

<div class="xT-xyz-123456"><div class="xT-abc-123456">Hello World</div></div>