mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-10 08:15:00 -04:00
Merge b06692e122
into ebf2258715
This commit is contained in:
commit
3b87e49029
4 changed files with 56 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue