Greasy Fork is available in English.

FB: Post Tools & Statistics DEBUG

Shows exact timestamps and post information on Facebook Posts.

질문, 리뷰하거나, 이 스크립트를 신고하세요.
개발자
JZersche
일일 설치수
0
총 설치수
128
평점
1 1 0
버전
0.0.1 DEBUG VERSION
생성
2020-08-10
갱신
2020-08-11
라이선스
없음
동작 사이트

Update 8-11-2020 — New Version, also shows Newsfeed times.

Experimental Early Release Version 0.0.0

Dark Theme is available here: https://pastebin.com/bzxupSJE

— — — — — — — — — — — — — — — — — — — — — — — — —
Shows 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 384.
+ '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 to @require for the moment.js Library in the code.

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