diff --git a/4chan_x.user.js b/4chan_x.user.js index f7c9308a4..6d898980c 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -1671,6 +1671,7 @@ case 'A': case 'D': case 'H': + case 'a': case 'd': case 'i': case 'm': diff --git a/script.coffee b/script.coffee index 5bb30f84a..a294a8470 100644 --- a/script.coffee +++ b/script.coffee @@ -1317,7 +1317,7 @@ time = code = format.replace /%(.)/g, (s, c) -> switch c when '%' then '%' - when 'A', 'D', 'H', 'd', 'i', 'm', 'y' then "' + time.#{c}() + '" + when 'A', 'D', 'H', 'a', 'd', 'i', 'm', 'y' then "' + time.#{c}() + '" else s time.funk = Function 'time', "return '#{code}'"