Expand inline JS into multiline using firebug
There is an inline JS function inside an HTML page. Can firebug or s开发者_JAVA百科ome other tool expand the inline JS to multiline to make it easier for tracing the source?
Not sure if this is what you're after, but FireRainbow does JS formatting in Firebug
Two online options that I know of that would expand inline JS to multiline: JavaScript Beautifier and JS Beautifier
You could try copying and pasting into something that supports automatic formatting. Try pasting it @ http://jsbeautifier.org/.
精彩评论