scottstirling / bitcloutDAO

Decentralized Social Network Money Frauds/Scams including BitClout / DeSo, Twetch, Steemit, PeakD
MIT License
30 stars 15 forks source link

Unminify: incorporate into a script to automate #16

Open scottstirling opened 3 years ago

scottstirling commented 3 years ago

Handy utility, undoes common obfuscation techniques and makes the src more readable: https://github.com/shapesecurity/unminify

Adds about 100k more lines of code to the resulting output of main.js ... but definitely helps.

$ npm install -g unminify $ npx unminify src/main.js > /tmp/main-unmin.js