Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save toshi75/45211dcf54420e43e82e2680978c3d9f to your computer and use it in GitHub Desktop.
Save toshi75/45211dcf54420e43e82e2680978c3d9f to your computer and use it in GitHub Desktop.
Unpack "eval(function(p,a,c,k,e,d){...", On bash with nodejs. #shell #JavaScript
Replace "eval" => "console.log"
And, Write to /path/to/file.js
"eval(function(p,a,c,k,e,d){..."
=> "console.log(function(p,a,c,k,e,d){..."
Then, run it.
node /path/to/file.js >What_you_want.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment