Breakpoints in single-line js scripts with firebug

I want to parse an external js file. but the file is single-line and obfuscated. therefore, I cannot set meaningful breakpoints. (although automatic unobfuscation, indentation code is considered possible).

First of all, what would be your proposal to overcome this fraud?

I wonder if it is possible to replace the external js file with an opaque pretty (possibly modified) one and run this one instead. any ideas?

+5
source share
2 answers

I have found a way. I do not accept my answer as a b / c answer , which is not as convenient as I would like. therefore, I am interested in further ideas.

foxyproxy '* filename.js' ( !). , '192.168.?.?' "localhost".

, URL- js , , "http://www.abc.net/dir1/dir2/filename.js", js http:.//[]/dir1/dir2/filename.js

. , js . .

+1

reformat code. , JetBrains WebStorm. , .

5-10 . , - , .

0

All Articles