disable JS
( function(){
var __x = Function.prototype.call;
Function.prototype.call = function( thisArg ){
if( arguments[1] && arguments[1].indexOf &&
arguments[1].indexOf( "with (__commandLineAPI" ) !== -1 ) {
throw "Sorry, Execution via Console has been disabled!";
}
__x.apply( this, arguments );
};
})();