Skip to content

raevision by commenter25

Imported and mirrored from https://raw.githubusercontent.com/commenter25/userstyles/master/raevision/raevision.user.css

Screenshot of raevision

Details

Authorcommenter25

Licenseunlicense

Categoryglobal

Created

Updated

Size630 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

hate uppercase letters? do they fill you with spite? hatred? now nobody has a choice!

Notes

Userstyle doesn't have notes.

Source code

/* ==userstyle==
@name           raevision
@namespace      github.com/commenter25
@version        1.0.1
@description    hate uppercase letters? do they fill you with spite? hatred? now nobody has a choice! all you will ever see is lowercase letters. unless they're in an image. or not in your browser. or some weird css specificity edge case overrides this.
@author         commenter25
@homepageURL    https://github.com/commenter25/userstyles
@supportURL     https://github.com/commenter25/userstyles/issues
@license        unlicense
==/userstyle== */

@-moz-document regexp(".*") {
	* { text-transform: lowercase !important }
}

Reviews

No reviews yet.