diff --git a/src/Miscellaneous/Fourchan.coffee b/src/Miscellaneous/Fourchan.coffee index 2dcad9b04..1e67741e5 100644 --- a/src/Miscellaneous/Fourchan.coffee +++ b/src/Miscellaneous/Fourchan.coffee @@ -63,6 +63,8 @@ Fourchan = math: -> return unless /\[(math|eqn)\]/.test @nodes.comment.textContent + # XXX tags frequently break MathJax; remove them. + $.rm wbr for wbr in $$ 'wbr', @nodes.comment cb = => return unless doc.contains @nodes.comment $.off d, 'PostsInserted', cb