My own small changes to youtube
Youtube – small personal changes by whitespace
Details
Authorwhitespace
LicenseNo License
Categoryyoutube.com
Created
Updated
Size765 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 – small personal changes
@namespace USO Archive
@author whitespace
@description My own small changes to youtube
@version 20220916.11.30
@license NO-REDISTRIBUTION
@preprocessor uso
==/UserStyle== */
/**
* Youtube – small personal changes
*
* - hide text on buttons below video to make video stats and upload date visible on macbook screen
*
* @author https://github.com/whytspace
* @version 20220916.11.30
*/
@-moz-document domain("youtube.com") {
/**
* hide text on buttons below video.
* this increases available size for video stats and upload date
*/
#top-level-buttons-computed > :not(:first-child) yt-formatted-string {
display: none;
}
}