FB: Full Timestamps 2018

Shows full timestamps on Facebook posts

目前为 2018-03-05 提交的版本。查看 最新版本

作者
JZersche
评分
0 0 0
版本
3.0B
创建于
2017-01-21
更新于
2018-03-05
大小
2.7 KB
许可证
暂无
适用于

The base of this script was developed by wOxxOm.

Without him, this script would not have been uploaded.

Timestamps will appear in the following format:
H:MM:SS on DAY, M/DD/YYYY E.G. 1:11:11am on Sunday, 1/01/2018 UTC-05:00


Use version, 3.0B if you want the most accurate times that are correct,
use version 3.0A if you want the time before the date.

The times in version 3.0B show in the format of M/DD/YYYY at 1:11:11pm UTC-05:00.

Placing the time before the date is complicated, and it's been changed in version 3.0B

As a result of the day being forwarded +3 hours ahead at the end of each month around 11PM, the Javascript time library used for showing the time before the date, is 3 hours ahead always, for some reason and shifts the day up 3 hours to adjust, this doesn't show the incorrect time because that is resolved in another way using the actual time from Facebook, but in order to the show date, the moment.js library was needed, and so it works 3 hours in advance which is going to cause the day of the month to be ahead by 3 hours, thus causing this minor problem. This is a known issue only on the beginning and end of each month.

If you want the most accurate time, use version 3.0B, it will be 100% correct always.

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

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.

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址