HObfus is a PHP application that lets you obfuscate HTML code on your website. It's the engine behind Online HTML Obfuscator.
While Online HTML Obfuscator can obfuscate static HTML code, it cannot obfuscate HTML code within PHP pages because they contain PHP tags. HObfus allows you to obfuscate such code by enclosing it inside HObfus_begin() and HObfus_end(), as shown below:
<div class="main">
<p><?php echo $message; ?></p>
</div>
<div class="main">
<p><?php echo $message; ?></p>
</div>

HObfus heavily obfuscates your HTML code so it becomes very difficult for scrapers to extract data from it.
HObfus has two bonus features to obfuscate the Elements tab of DevTools: Remove <script> and Remove <!--comment-->.
❱❱❱ Remove <script>
Allows you to remove all script blocks ( <script>...</script> ) from the Elements tab of DevTools. It makes it very difficult to analyze JavaScript driven webpages such as Bouncing Emoji.
❱❱❱ Remove <!--comment-->
Sometimes you just want to comment out some HTML code for future reference rather than deleting them. At the same time, you really don't want to make it easily visible to your users. The Remove <!--comment--> feature allows you to remove all HTML comments (<!--...-->) from the Elements tab of DevTools, so you can reduce the risk of exposing such information to both the source code and the Elements tab.
| Lifetime Free Updates! |
If you purchase HObfus today, you will be entitled to all the future versions of HObfus for free!
Yes, you heard right! You can get any future version of HObfus free of charge when they become available!
If you are already a valid user of HObfus, simply click the download button below and download the latest version of HObfus!
| Download HObfus v2.04 (The Latest Version)! |
