diff --git a/4chan_x.user.js b/4chan_x.user.js index d4e0edd8e..0651aa00c 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -2832,6 +2832,9 @@ return 'pm'; } }, + S: function() { + return Time.zeroPad(Time.date.getSeconds()); + }, y: function() { return Time.date.getFullYear() - 2000; } diff --git a/changelog b/changelog index 2210b18f5..de4336b20 100644 --- a/changelog +++ b/changelog @@ -1,4 +1,6 @@ master +- Mayhem + Add seconds as a supported Time Formatting specifier. 2.30.1 - Mayhem diff --git a/script.coffee b/script.coffee index b52c60ee1..971fd14d2 100644 --- a/script.coffee +++ b/script.coffee @@ -1712,6 +1712,7 @@ Options =
File Info Formatting is disabled.