thebaer / MMRA

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

Explore Safari support #31

Open jorgegonzalez opened 6 years ago

jorgegonzalez commented 6 years ago

I suspect that MMRA will work just fine in Safari, it just needs to be bundled as a Safari extension.

thebaer commented 6 years ago

Definitely. I've added the basic configuration on the safari branch and bundled everything as-is. If anyone with a little more experience wants to try it out and make tweaks, please feel free. The styles in medium.css load fine, but:

thebaer commented 6 years ago

This is available for Safari now! But it pretty much only has the CSS rules, so no getting rid of sticky bars or large images, and no options.

We could use some help from anyone more experienced with building Safari extensions for getting the rest of this extension's functionality in. You can find everything in the MMRA.safariextension folder (CSS and JS has been copied into it).