-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Description of the feature:
I would like to have a track number in the playlists.
Other info / sketches:
Try this userscript:
#contents {
counter-reset: section;
}
ytmusic-responsive-list-item-renderer::before {
counter-increment: section;
content: counter(section, decimal-leading-zero);
font-size: 1.5em;
font-weight: bold;
color: #fff;
margin-right: 20px;
}

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request