This commit is contained in:
G047 2017-02-09 14:22:05 +00:00 committed by GitHub
commit 3b87e49029
4 changed files with 56 additions and 0 deletions

View file

@ -2491,6 +2491,13 @@ var OperationConfig = {
outputType: "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.",
run: Code.runXmlBeautify,