diff --git a/src/General/Post.coffee b/src/General/Post.coffee index 3dd604291..c0d6ffe1f 100644 --- a/src/General/Post.coffee +++ b/src/General/Post.coffee @@ -98,8 +98,9 @@ class Post return unless match = quotelink.href.match /// boards\.4chan\.org/ ([^/]+) # boardID - /thread/\d+#p - (\d+) # postID + /thread/\d+ + .* # thread slug + \#p(\d+) # postID $ ///