diff --git a/src/Quotelinks/Quotify.coffee b/src/Quotelinks/Quotify.coffee index 0bd0e40d3..6fa611cbb 100644 --- a/src/Quotelinks/Quotify.coffee +++ b/src/Quotelinks/Quotify.coffee @@ -18,8 +18,7 @@ Quotify = return parseArchiveLink: (link) -> - return unless Redirect.archives.some (o) -> link.host is o.domain - return unless (m = link.pathname.match /^\/([^/]+)\/thread\/S?(\d+)\/?/) + return unless (m = link.pathname.match /^\/([^/]+)\/thread\/S?(\d+)\/?$/) boardID = m[1] threadID = m[2] postID = link.hash.match(/^#p?(\d+)$|$/)[1] or threadID