metarmask / dom-distiller-reading-mode

https://chrome.google.com/webstore/detail/dom-distiller-reading-mod/oiembdaoobijmdmeobkalaehgifealpl
MIT License
51 stars 5 forks source link

Stop using `iframe` to allow other extensions to process the distilled content #7

Open metarmask opened 6 years ago

metarmask commented 6 years ago

Many uninstall reasons list other extensions not working on distilled content. Putting it outside the iframe exposes more problems, however, like style conflicts and needing to pick apart the original viewer HTML. Could I use the shadow DOM?

This will also solve other problems related to iframe like scrollning working differently.