JavaScript Obfuscator and Minfier:
Beta version 1.1.1
1.1 Minor bug fixes
// Test JavaScript source for obfuscation aloop: while( true ){ var myTestFunc = function( c ){ alert( c ); } break aloop; } function myTestClass( a ){ this.testProp = a; return this; } myTestClass.prototype = new Object(); myTestClass.prototype.testFunc = myTestFunc; myTestClass.prototype.runTest = function( b ){ this.testFunc( this.testProp + " " + b ); } var myTestObj = new myTestClass( 'Hello' ); myTestObj.runTest( 'World' );
Options:
Keep identifiers
Output:
Highlight code
Execute code in browser
Gimme the code
What's this?
Read the blog!