diff --git a/4chan_x.js b/4chan_x.js index 87419709e..14afa617e 100644 --- a/4chan_x.js +++ b/4chan_x.js @@ -1891,7 +1891,7 @@ }, node: function(root) { var quote, tid, _i, _len, _ref, _results; - if (root.className) { + if (root.className === 'inline') { return; } tid = g.THREAD_ID || root.parentNode.firstChild.id; diff --git a/script.coffee b/script.coffee index 90ae99260..b8c56dd71 100644 --- a/script.coffee +++ b/script.coffee @@ -1494,7 +1494,7 @@ quoteOP = init: -> g.callbacks.push quoteOP.node node: (root) -> - return if root.className + return if root.className is 'inline' tid = g.THREAD_ID or root.parentNode.firstChild.id for quote in $$ 'a.quotelink', root if quote.hash[1..] is tid