Method 1: ( If you want to deobfuscate javascript of a website)
1. Go to the site you want to deobfuscate javscript of in Mozilla Firefox.
2. Right click anywhere on the page and select "Inspect Element" .
3. Click on debugger ( make sure Firefox version you have is 30 or above)
4. On the left side of the debugger window , select "Source" tab and then
and select the appropriate file from it
5. Now on the right side box when you see the javascript code , right click anywhere on that and select "Prettify Source" .
Method 2:
1. Go to jsbeautifier and paste the javascript in the text box provided.
2. Click on "Beautify JavaScript or HTML" and you have your deobfuscated code .
* You can also deobfuscate html , json using this jsbeautifier.com .
1. Go to the site you want to deobfuscate javscript of in Mozilla Firefox.
2. Right click anywhere on the page and select "Inspect Element" .
3. Click on debugger ( make sure Firefox version you have is 30 or above)
4. On the left side of the debugger window , select "Source" tab and then
and select the appropriate file from it
5. Now on the right side box when you see the javascript code , right click anywhere on that and select "Prettify Source" .
Method 2:
1. Go to jsbeautifier and paste the javascript in the text box provided.
2. Click on "Beautify JavaScript or HTML" and you have your deobfuscated code .
* You can also deobfuscate html , json using this jsbeautifier.com .