diff --git a/4chan_x.user.js b/4chan_x.user.js index d6c6e9641..a94d79213 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -679,7 +679,7 @@ email: function(post) { var mail; if (mail = $('.useremail', post.el)) { - return mail.href; + return mail.pathname; } return false; }, diff --git a/script.coffee b/script.coffee index c2e59ae43..ee885d19e 100644 --- a/script.coffee +++ b/script.coffee @@ -556,7 +556,7 @@ Filter = false email: (post) -> if mail = $ '.useremail', post.el - return mail.href + return mail.pathname false subject: (post) -> $('.subject', post.el).textContent or false