thebaer / MMRA

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

use mutation observer to watch for body change & remove footer #7

Closed kgdiem closed 7 years ago

kgdiem commented 7 years ago

Resolves #1 by using a MutationObserver to run makeReadable when the body attributes change / a new page is loaded.

kgdiem commented 7 years ago

Updated!

thebaer commented 7 years ago

Awesome, thanks! Looks good.