Reformats YouTube video pages so that the upload date can be seen, and places both the view count and the upload date beneath the Like Button bar.
YouTube upload date by personguy
Details
Authorpersonguy
LicenseNo License
Categoryyoutube.com
Created
Updated
Size571 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
If you find that the upload date of a YouTube video is no longer visible, the info is there, it's just being hidden by the formatting on the page (which is why changing the zoom or resizing the window can be a workaround).
Source code
/* ==UserStyle==
@name YouTube upload date
@namespace github.com/openstyles/stylus
@version 1.0.0
@description fixes upload date formatting
@author Chris Kaprys
==/UserStyle== */
@-moz-document domain("youtube.com") {
#info.ytd-video-primary-info-renderer { display: flex; align-items: flex-start; flex-direction: column;}
#info.ytd-video-primary-info-renderer > #info-text { order: 2;}
#info.ytd-video-primary-info-renderer > #menu-container { order: 1;}
#flex.ytd-video-primary-info-renderer { flex: 0; }
}