From fe3c9bef2dfeb6496fbd88fc31442ff0587d3ee0 Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Mon, 14 May 2012 20:00:00 +0200 Subject: [PATCH] Fix mail filtering on Firefox. --- 4chan_x.user.js | 3 ++- script.coffee | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/4chan_x.user.js b/4chan_x.user.js index 0651aa00c..50c838501 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -629,7 +629,7 @@ email: function(post) { var mail; if (mail = $('.useremail', post.el)) { - return mail.pathname; + return mail.href.slice(7); } return false; }, @@ -2217,6 +2217,7 @@
  • Year: %y
  • \
  • Hour: %k, %H, %l (lowercase L), %I (uppercase i), %p, %P
  • \
  • Minutes: %M
  • \ +
  • Seconds: %S
  • \ \
    File Info Formatting is disabled.
    \