你正在訪問的內容是外部程式的映像位址,僅用於使用者加速訪問,本站無法保證其可靠性。當前的連結位址(單點即可複製)為 https://greasyfork.org.cn/zh-CN/scripts/26738-fb-full-timestamps-2018,源站連結 點此以跳轉。
Shows full timestamps on Facebook posts
当前为
The base of this script was developed by wOxxOm. ─ February 06 2018 UPDATE 2.2 ─ Script Broken, Repair in Progress.
Without him, this script would not have been uploaded.
Timestamps will appear like · 1:56:15am on Wednesday, 1/17/2018 UTC-05:00 ·
My degree of knowledge in Javascript programing is minimal, but it was enough for me to make the necessary adjustments. I later modified and altered the script to work in a more uniform and Facebook friendly way and corrected issues with the times not displaying accurately.
The script uses an unapproved external script. Follow the instructions in the image associated with this script.
You will need to edit the script. If you examine the code, at the top you will see:
// @ require http://momentjs.com/downloads/moment.min.js
You will need to remove the space between the @ and the r of require.
// @require http://momentjs.com/downloads/moment.min.js
─ JZersche