Nebula Obfuscation JavaScript code and CSS protection
If the JS is too large, split it or try minifying it. Maximum 28000 characters.
Code obfuscation helps protect your JavaScript by:
Nebula is a powerful client-side JS obfuscator to protect your code.
Obfuscation may affect your code:
Pro Tip: This lite method is quick but offers less robust protection than full obfuscator.
Upgrade to premium for advanced protection capabilities:
Domain Lock: Restrict your obfuscated code to run only on specific domains you define. Essential for licensing and preventing unauthorized use on other websites.
Expiration Date: Set a precise date after which your obfuscated code will stop functioning. Ideal for trial versions, temporary licenses, or time-sensitive projects.
CSS Protection: Protect your CSS by embedding it in your JavaScript to protect your design.
Your Premium Status:
<script src="https://nebula.us.kg/cdn"></script>
inputCode — the <textarea> where you paste the original code to be obfuscated.
outputCode — the <textarea> where the obfuscated code appears.
The button has no ID, it just uses onclick="obfuscateCode()" to call the function.
Info - <div id="info"></div> (optional).
The CDN is loaded asynchronously.
<textarea id="inputCode" placeholder="Paste your original code here..." rows="10" cols="50"></textarea>
<textarea id="outputCode" placeholder="Your obfuscated code will appear here..." rows="10" cols="50" readonly></textarea>
<button onclick="obfuscateCode()">Obfuscate Code</button>
<div id="info"></div> (optional)
License removes:
● Removes watermark (Obfuscated by nebula.us.kg)
● Remove ads (Popunder)
<script>
window.ObfuscatorConfig = {
key: "LICENSE KEY",
useEval: true // or false if you don't want to use eval
};
</script>
Buy license
One-time purchase.