How to make Safari's Reader view left justified
This assumes you have the Develop menu shown and know how the Inspector works.

Right click on a part of the text and choose Inspect Element.

Click on a div with the class="page".

Find the CSS rule for .page and uncheck the text-align: justify; rule.
Tomorrow: make an extension to do this automatically.