Did you ever open an add-on to find out how it does a certain thing only to be confronted by the fact that the starfish author put the whole code on one line?
There's a solution!
Step 1: Copy all the code

All the code is on one line :c
Step 2: Go to
http://jsfiddle.netStep 3: Drag the borders to make the top right field fill the screen

Step 4: Paste all code into top right field
Step 5: Click "TidyUp" at the top bar

Step 6: The code is now properly indented

You'll have to fix the for loops manually, but it does everything else correctly
I hope this helps some people as much as it has helped me