diff --git a/src/Miscellaneous/Fourchan.coffee b/src/Miscellaneous/Fourchan.coffee index 9f7d1daa8..1748fde4d 100755 --- a/src/Miscellaneous/Fourchan.coffee +++ b/src/Miscellaneous/Fourchan.coffee @@ -37,6 +37,11 @@ Fourchan = if (!document.querySelector('script[src^="//cdn.mathjax.org/"]')) { window.loadMathJax(); window.loadMathJax = function() {}; + if (!e.target.classList.contains('postMessage')) { + document.querySelector('script[src^="//cdn.mathjax.org/"]').addEventListener('load', function() { + window.MathJax.Hub.Queue(['Typeset', window.MathJax.Hub, e.target]); + }, false); + } } } }, false);