for those who cannot stand titlecase. and the ones who are mad about that there is no option for a grammatically correct sentence case for songtitles. but maybe you are just an edgy teen who likes lowercase.
Notes
v2
Source code
/* ==UserStyle==
@name lastfm everything written in lowercase
@version 20220120.16.08
@namespace userstyles.world/user/terrible
@description every letter on lastfm is written in lowercase.
for those who cannot stand titlecase. and the ones who are mad about that there is no option for a grammatically correct sentence case for songtitles. but maybe you are just an edgy teen who likes lowercase.
@author terrible
@license No License
==/UserStyle== */
@-moz-document domain("last.fm") {
:root {
text-transform: lowercase;
}
}