你正在訪問的內容是外部程式的映像位址,僅用於使用者加速訪問,本站無法保證其可靠性。當前的連結位址(單點即可複製)為 https://greasyfork.org.cn/zh-CN/scripts/383114-fb-post-tools-statistics,源站連結 點此以跳轉。
Shows exact timestamps and post information on Facebook Posts.
当前为
Remove the black squares after install or it won't work.// @require https://greasyfork.org.cn/scripts/12228/code/setMutationHandler.js
// @███████require https://momentjs.com/downloads/moment.min.js
// @███████require https://momentjs.com/downloads/moment-with-locales.min.js
// @███████require https://html2canvas.hertzen.com/dist/html2canvas.js
Show exact timestamps and post information on Facebook posts, also features a Copy Text button to copy the text of the status, and a Save as Image button to save the post as an image.
The script uses 3 unapproved external scripts to work. In order for this script to work you need to edit the script after you install it to allow the external scripts to function properly. Lines 11 - 13 are the External Scripts. Remove ███████ from those lines before use.
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 53.+ 'on ' + moment(new Date(abbr.dataset.utime * 1000)).format('l \\at LTS')