JavaScript-Obfuskator
Obfuskiert mit javascript-obfuscator für höheren Schutz
API-Dokumentation
Request-Endpunkt
POST /de/api/tools/javascript-obfuscator
Request-Parameter
| Parameter-Name | Typ | Erforderlich | Beschreibung |
|---|---|---|---|
| code | textarea | Ja | - |
| preset | select | Nein | - |
| compact | checkbox | Nein | - |
| controlFlowFlattening | checkbox | Nein | - |
| deadCodeInjection | checkbox | Nein | - |
| stringArray | checkbox | Nein | - |
| stringArrayEncoding | select | Nein | - |
| stringArrayThreshold | number | Nein | - |
| splitStrings | checkbox | Nein | - |
| numbersToExpressions | checkbox | Nein | - |
| renameGlobals | checkbox | Nein | - |
| selfDefending | checkbox | Nein | - |
| target | select | Nein | - |
Antwortformat
{
"result": "Processed text content",
"error": "Error message (optional)",
"message": "Notification message (optional)",
"metadata": {
"key": "value"
}
}
Text:
Text
MCP-Dokumentation
Fügen Sie dieses Tool zu Ihrer MCP-Server-Konfiguration hinzu:
{
"mcpServers": {
"elysiatools-javascript-obfuscator": {
"name": "javascript-obfuscator",
"description": "Obfuskiert mit javascript-obfuscator für höheren Schutz",
"baseUrl": "https://elysiatools.com/mcp/sse?toolId=javascript-obfuscator",
"command": "",
"args": [],
"env": {},
"isActive": true,
"type": "sse"
}
}
}
Sie können mehrere Tools verketten, z.B.: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, maximal 20 Tools.
Wenn Sie auf Probleme stoßen, kontaktieren Sie uns bitte bei [email protected]