changes all the text in discord to lowercase
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
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;
}
}