Website
On the playground you can deobfuscate code without installing anything. It runs entirely in the browser, so the code never leaves your computer.
TIP
- Press
F1to open the command palette - Press
Alt+Enterto run webcrack on the code - Press
Shift+Enterto evaluate and replace the selected code as a value ([[3+4]][0]->[7]) - Press
Ctrl+Shift+Enterto evaluate and replace the selected code raw ('x' + ' = \'val\''->x = 'val'instead of a string) - Press
Ctrl+Sto download the code in the active tab as a.jsfile
Query Parameters
Pass either code or url parameters to load code into the editor. Keep in mind to encode them (e.g. encodeURIComponent in js).
| Parameter | Description |
|---|---|
code | Code as a string (max length: ~16,000) |
url | URL to fetch code from |
Examples:
WARNING
Use this only if you don't mind netlify or corsproxy.io seeing the code/url, otherwise paste it directly into the editor.
