Skip to content

music.youtube.com fix unselectable text by sapri987

Details

Authorsapri987

LicenseNo License

Categorymusic.youtube.com

Created

Updated

Code size281 B

Code checksum943f9d04

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

fixes unselectable lyrics

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name       music.youtube.com fix unselectable text
@version    20250423.20.40
@namespace  ?
==/UserStyle== */

@-moz-document domain("music.youtube.com") {
ytmusic-description-shelf-renderer[is-track-lyrics-page] {
  -moz-user-select:text;
  user-select:text
}

}

Reviews

No reviews yet.