Greasy Fork is available in English.

FB: Full Timestamps 2019

Shows full timestamps on Facebook posts

このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください。
作者
JZersche
1日のインストール数
0
累計インストール数
310
評価
4 1 1
バージョン
3.71
作成日
2018/08/13
更新日
2019/05/16
ライセンス
不明
対象サイト

Update 4-18-2019 New feature to allow copying status posts to the clipboard with the ease of using a button.

Show exact timestamps and other information on Facebook posts.

Available option for times are:

'M/DD/Y \\at LTS' ─ 9/01/2018 at 11:57:55 PM
'l \\at LTS' ─ 9/1/2018 at 7:39:45 AM
'L \\at LTS' ─ 09/07/2018 at 7:39:45 AM

'LT' ─ 8:30 PM
'LTS' ─ 8:30:25 PM
'L' ─ 09/01/2018
'l' ─ 9/1/2018
'LL' ─ September 1, 2018
'll' ─ Sep 1, 2018
'LLL' ─ September 1, 2018 8:30 PM
'lll' ─ Sep 1, 2018 8:30 PM
'LLLL' ─ Thursday, September 1, 2018 8:30 PM
'llll' ─ Thu, Sep 4, 2018 8:30 PM


..and you would insert that on line 175.
+ 'on ' + moment(new Date(abbr.dataset.utime * 1000)).format('l \\at LTS')


Edit the script according to as shown below or it will not work since the script uses an unapproved Javascript library for displaying the times, you'll need to remove the space between
// @ require for moment.js
in the code.



// @require http://momentjs.com/downloads/moment.min.js
// @require https://momentjs.com/downloads/moment-with-locales.min.js