Sometimes when copying code into a textarea to share via slack, discord, wherever, the code will have leading spaces due to the nested/indented nature of the code. This script removes as much leading white space as possible.
Turns this:
into this:
Open move-code-left in Script Kit