Shows the time passed during live stream
YouTube Live Stream Time by leknin
Details
Authorleknin
LicenseNo License
Categoryyoutube
Created
Updated
Size404 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name YouTube Live Stream Time
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Shows the time passed during live stream
@author leknin
==/UserStyle== */
@-moz-document domain("youtube.com") {
[class*="ytp-live"] [class="ytp-time-current"]
{
display: inline-block !important;
padding-right: 10px !important;
}
}