Skip to content

YouTube Live Stream Time by leknin

Screenshot of YouTube Live Stream Time

Details

Authorleknin

LicenseNo License

Categoryyoutube

Created

Updated

Size404 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Shows the time passed during live stream

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;
	}
}

Reviews

No reviews yet.