About JSWrangler
Simple python script that combines and organizes js chunks (for example scripts from compiled react web-apps etc.) or multiple disorganised scripts into one file.
In the future I plan to implement deobfuscation capabilities as well.
Script runs fine on python 3.9+
To install JSCB and it's requirements:
git clone https://github.com/b13kjack/JavaScript-Combiner-and-Beautifier
cd JavaScript-Combiner-and-Beautifier
pip install -r requirements.txt
Simply run:
python jscb.py <directory>
For example:
python jscb.py C:\js_chunks
You can also hardcode the directory in the script itself. Just change the value of the variable "js_directory" to your desired directory.