Facebook Posting Time Stamps

User Help for Mozilla Firefox
Post Reply
LiamA
Posts: 24
Joined: September 27th, 2020, 3:35 am

Facebook Posting Time Stamps

Post by LiamA »

On Facebook where it says when something was posted doesn't appear. It will show the time for the most recent post but anything after doesn't. It works on Chrome.
User avatar
dickvl
Posts: 54146
Joined: July 18th, 2005, 3:25 am

Re: Facebook Posting Time Stamps

Post by dickvl »

See:
Bug 1834194 - Facebook not displaying Dates on Comments and Posts
User avatar
xanthon
Posts: 405
Joined: December 17th, 2005, 11:55 pm

Re: Facebook Posting Time Stamps

Post by xanthon »

There are css code and a link to a bookmarklet on the second page of this support thread.

https://support.mozilla.org/en-US/questions/1413716
LiamA
Posts: 24
Joined: September 27th, 2020, 3:35 am

Re: Facebook Posting Time Stamps

Post by LiamA »

It is happening again to me on Facebook.
User avatar
dickvl
Posts: 54146
Joined: July 18th, 2005, 3:25 am

Re: Facebook Posting Time Stamps

Post by dickvl »

Are you still using CSS code in userContent.css like posted in the SUMO thread ?
https://support.mozilla.org/en-US/quest ... er-1582058

Code: Select all

@-moz-document domain(facebook.com){
  svg[style^="height: 0px;"]{height:15px !important}
}
What shows in the Inspector if you check the DOM in the place where the Timestamps would appear ?
https://firefox-source-docs.mozilla.org ... edit_html/

Can you post a link, so it is easier to test ?
Are you logged in to Facebook ?
LiamA
Posts: 24
Joined: September 27th, 2020, 3:35 am

Re: Facebook Posting Time Stamps

Post by LiamA »

I don't really know what any of that means except for that I am logged into Facebook.
Post Reply