[English | 中文]
A lightweight JSFxxk deobfuscation tool that can deobfuscate JavaScript scripts obfuscated by jsfuck.com.
Simply open js-deobfuscate.github.io.
Run:
git clone https://github.com/ekcbw/jsunfxxk
cd jsunfxxk
node main.js <path to one or more JS scripts to be deobfuscated>
This will generate a corresponding _deobfuscated.js file in the same directory as each script.