Tuesday, January 17, 2017

Chrome Developer tools > make readable minified JavaScript with Pretty print {}




Chrome Developer tools >  Sources tab > Select the minified JavaScript > click the curly brackets {}  at the bottom




No comments:

Post a Comment

linux bulk prefix filenames

  In order to bulk add prefix to filenames  in a directory run the following comnmand for f in * ; do mv -- "$f" "2018-05-24_...