Skip to content

lastfm everything written in lowercase by terrible

Screenshot of lastfm everything written in lowercase

Details

Authorterrible

LicenseNo License

Categorylastfm, music, last fm, scrobble

Created

Updated

Size583 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

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.

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

}

Reviews

No reviews yet.