thebaer / MMRA

Make Medium Readable Again — a browser extension
https://makemediumreadable.com
MIT License
668 stars 31 forks source link

Hide postMeterBar & do it with CSS instead of JS #26

Closed thebaer closed 6 years ago

thebaer commented 6 years ago

This hides the postMeterBar (closing #19) and, since it wasn't possible with JS, includes the style with an injected stylesheet (closing #8).

We can now include default styles in medium.css instead of using JS all the time.