Skip to content

Track number in playlists #117

@indierodo

Description

@indierodo

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

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions