diff --git a/src/Quotelinks/Quotify.coffee b/src/Quotelinks/Quotify.coffee index bf4cf30b0..301d32b7e 100644 --- a/src/Quotelinks/Quotify.coffee +++ b/src/Quotelinks/Quotify.coffee @@ -21,6 +21,7 @@ Quotify = parseArchivelink: (link) -> return unless (m = link.pathname.match /^\/([^/]+)\/thread\/S?(\d+)\/?$/) + return if link.hostname is 'boards.4chan.org' boardID = m[1] threadID = m[2] postID = link.hash.match(/^#p?(\d+)$|$/)[1] or threadID