simov / markdown-viewer

Markdown Viewer / Browser Extension
MIT License
1.08k stars 135 forks source link

Sometimes not rendering #167

Open GniLudio opened 2 years ago

GniLudio commented 2 years ago

I have the problem that sometimes the HTML isn't loading. When that happens the page just stays black. (switching to the text/markdown mode works)

Even reloading or reopening the site isn't working...

simov commented 2 years ago

This may be related to another extension running in the background. What usually helps is to try disabling all other extensions one by one, just to pinpoint the offending one.

GniLudio commented 2 years ago

It seems like the addon NoScript is causing the problems, despite not blocking anything with it...

simov commented 2 years ago

I think what happens is that multiple extensions compete for the contents of that page you are trying to load. So whichever succeeds first breaks the rest. Not sure how this can be solved in order to have both extensions running.