Temporary workaround to fix Firefox displaying issue of Facebook post timestamps
Siu-lí FB post sî-kan / Fix FB post timestamp by GJRobert
Details
AuthorGJRobert
LicenseNo License
Categoryfacebook.com
Created
Updated
Size420 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
- Original author: cor-el
- Source: https://support.mozilla.org/zh-TW/questions/1413716?page=2#answer-1
- Related bug: 1834194 - Facebook not displaying Dates on Comments and Posts
Source code
/* ==UserStyle==
@name Siu-lí FB post sî-kan / Fix FB post timestamp
@version 20230525.10.43
@namespace userstyles.world/user/GJRobert
@description Temporary workaround to fix Firefox displaying issue of Facebook post timestamps
@author GJRobert
@license No License
==/UserStyle== */
@-moz-document domain("facebook.com") {
svg[style^="height: 0px;"]{height:15px !important}
}