diff --git a/4chan_x.js b/4chan_x.js index 1bbb6edff..87a197b15 100644 --- a/4chan_x.js +++ b/4chan_x.js @@ -1702,6 +1702,7 @@ backlink = _ref2[_j]; if (backlink.textContent === '>>' + id) { nogood = 1; + break; } } if (!nogood) { diff --git a/script.coffee b/script.coffee index dc1908eb0..8c656f399 100644 --- a/script.coffee +++ b/script.coffee @@ -1357,6 +1357,7 @@ quoteBacklink = for backlink in $$ 'a.backlink', el if backlink.textContent is '>>'+id nogood = 1 + break unless nogood $.before $('br, blockquote', el), link