Skip to content

discord lowercase by endercat126

Details

Authorendercat126

Licensecc0

Categorydiscord

Created

Updated

Code size307 B

Code checksumb82a99a0

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

changes all the text in discord to lowercase

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           discord lowercase
@namespace      codeberg.org/endercat
@version        1.0.0
@description    changes all the text in discord to lowercase
@author         ame
@preprocessor	less
==/UserStyle== */

@-moz-document domain("discord.com") {
	* {
		text-transform: lowercase;
	}
}

Reviews

No reviews yet.