diff --git a/4chan_x.user.js b/4chan_x.user.js index 32912cd72..e4e37e20e 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -1831,7 +1831,7 @@ init: function() { return g.callbacks.push(function(root) { var el, id, link, opbl, qid, quote, quotes, _i, _len, _ref, _results; - if ($('.container', root)) { + if (/inline/.test(root.className)) { return; } $.after($('span[id^=no]', root), $.el('span', { diff --git a/script.coffee b/script.coffee index 3019fccbd..86611aa52 100644 --- a/script.coffee +++ b/script.coffee @@ -1441,7 +1441,7 @@ titlePost = quoteBacklink = init: -> g.callbacks.push (root) -> - return if $ '.container', root + return if /inline/.test root.className $.after $('span[id^=no]', root), $.el 'span', className: 'container' # op or reply id = root.id or $('td[id]', root).id