Skip to content

lowercase by tigriz

Details

Authortigriz

LicenseCeCILL v2.1

Categoryavenoel

Created

Updated

Size360 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

lowercase all titles and messages

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           lowercase
@namespace      https://github.com/tigriz
@author         Tigriz
@description    `lowercase all titles and messages`
@version        1.0.0
@license        CECILL-2.1
==/UserStyle== */

@-moz-document domain("avenoel.org") {
.message-content, .topic-title, .topics-title {
  text-transform: lowercase;
}
}

Reviews

No reviews yet.