Another list of Javascript deobfuscation tools
-
jsnice.org - A JavaScript deobfuscator and beautifier that uses statistical renaming, type inference, and cross-project analysis
-
beautifier.io - Online JavaScript formatter and beautifier with multiple formatting options
-
prettier.io - Opinionated code formatter that supports JavaScript and many other languages
-
de4js.alexgorbatchev.io - Interactive online JavaScript deobfuscator and unpacker
-
lelinhtinh.github.io/de4js - Open-source tool for JavaScript deobfuscation and debugging
-
jsitor.com - JavaScript, HTML, and CSS editor with built-in beautification tools
-
jshint.com - JavaScript code quality tool that helps detect potential errors and problems
-
jsfiddle.net - Online IDE with JavaScript beautification capabilities
-
babeljs.io - JavaScript compiler that can help understand transpiled code
-
codebeautify.org/jsviewer - JavaScript viewer and beautifier with syntax highlighting
-
minifier.org - Tool that can both minify and beautify JavaScript code
-
dcode.fr/javascript-unobfuscator - Simple JavaScript deobfuscator with multiple algorithms
-
deobfuscatejavascript.com - Online service specifically designed for JavaScript deobfuscation
-
prettier.io/playground - Interactive playground for formatting JavaScript code
-
obfuscator.io - While primarily an obfuscator, it includes tools for understanding obfuscated code
-
jscompress.com - JavaScript compression tool with beautification features
-
developertool.com - Suite of JavaScript development tools including deobfuscation
-
javascript-minifier.com - Provides both minification and beautification services
-
dirtymarkup.com - JavaScript formatter with customizable formatting options
-
jsonformatter.org - Includes JavaScript beautification alongside JSON formatting tools
-
unpacker.download - Tool for unpacking various JavaScript packers
-
sourcemapper.surge.sh - Source map visualization and exploration tool
-
astexplorer.net - Abstract Syntax Tree explorer for JavaScript
-
javascript.plainenglish.io - Educational resource for understanding JavaScript code patterns
-
npm.runkit.com - JavaScript code playground with package support
-
godbolt.org - Compiler explorer that can help understand JavaScript compilation
-
stackblitz.com - Online IDE with code formatting and analysis tools
-
codepen.io - Web development environment with JavaScript formatting capabilities
-
eslint.org - Linting tool that can help understand code quality and structure
-
chrome.google.com/devtools - Chrome Developer Tools includes powerful JavaScript debugging capabilities
These tools should be used responsibly for legitimate purposes such as:
- Understanding and maintaining your own code
- Learning about JavaScript programming techniques
- Analyzing open-source code
- Debugging and troubleshooting
- Educational purposes and code review