Add Genius lyrics plugin

This commit is contained in:
TC
2021-08-23 00:50:49 +02:00
parent c66ff2bf05
commit acbe0ac25d
3 changed files with 124 additions and 0 deletions

View File

@ -0,0 +1,7 @@
/* Disable links in Genius lyrics */
.genius-lyrics a {
color: var(--ytmusic-text-primary);
display: inline-block;
pointer-events: none;
text-decoration: none;
}