introducing JavascriptObfscate

This commit is contained in:
G047 2016-12-05 17:38:24 +00:00 committed by GitHub
parent e770c935bb
commit 5576630727
2 changed files with 9 additions and 1 deletions

View file

@ -2332,8 +2332,15 @@ var OperationConfig = {
output_type: "string",
args: []
},
"JavaScript Obfscate": {
description: "Obfscate JavaScript code.",
run: JS.run_minify,
input_type: "string",
output_type: "string",
args: []
},
"XML Beautify": {
description: "Indents and prettifies eXtensible Markup Language (XML) code.",
description: "Indents and prettifies extensible Markup Language (XML) code.",
run: Code.run_xml_beautify,
input_type: "string",
output_type: "string",