Elements Tab Obfuscator is a JavaScript application that obfuscates the text displayed in the Elements tab of Developer Tools.
NOTICE: Elements Tab Obfuscator does NOT obfuscate the source code of the webpage. To obfuscate the source code, use an HTML obfuscator such as Online HTML Obfuscator.
Elements Tab Obfuscator performs the following three types of obfuscation in the Elements tab of Developer Tools:
- Obfuscates all text within <body>. (Note: The text will no longer be selectable.)
- Removes all <script> elements.
- Removes all <!-- comment blocks -->.
The Elements tab of this webpage is obfuscated by Elements Tab Obfuscator. To verify the obfuscation result, open the Elements tab in Developer Tools.
To open the Elements tab, right-click on any part of this webpage and select Inspect or Inspect Element from the context menu.
To install Elements Tab Obfuscator on your webpage, follow these steps:
- Locate the JavaScript file mb30901i.js in the ZIP file you downloaded.
- Upload mb30901i.js to your website.
- Add the following JavaScript tag to your webpage. Make sure to correctly adjust the path to the JavaScript file.
<script src="http://path/to/the/JavaScript/file/mb30901i.js" charset="UTF-8"></script>
* Check this page's source code for an installation example.* You may rename mb30901i.js to any name you want.* Use either http:// or https:// as appropriate.
That's it! Elements Tab Obfuscator is now installed on your webpage.
Want more precision in how your webpage is obfuscated? With Elements Tab Obfuscator, you are not limited to all-or-nothing obfuscation. Select exactly which text to obfuscate and which to leave untouched. It's all under your control!