diff --git a/4chan_x.user.js b/4chan_x.user.js index afaf062a6..ab94cc314 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -690,7 +690,7 @@ return false; }, subject: function(post) { - return $('.subject', post.el).textContent || false; + return $('.postInfo .subject', post.el).textContent || false; }, comment: function(post) { var data, i, nodes, text, _i, _ref; diff --git a/script.coffee b/script.coffee index 1ad7cc582..bcec8d118 100644 --- a/script.coffee +++ b/script.coffee @@ -544,7 +544,7 @@ Filter = return mail.href[7..] false subject: (post) -> - $('.subject', post.el).textContent or false + $('.postInfo .subject', post.el).textContent or false comment: (post) -> text = [] # XPathResult.ORDERED_NODE_SNAPSHOT_TYPE is 7