Skip to content

Instantly share code, notes, and snippets.

@PhilippIRL
Last active May 18, 2021 19:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PhilippIRL/1d0333b581ffec6a503c380a0986c9a4 to your computer and use it in GitHub Desktop.
Save PhilippIRL/1d0333b581ffec6a503c380a0986c9a4 to your computer and use it in GitHub Desktop.
/* ==UserStyle==
@name lower case speech
@author PhilippIRL
@namespace https://gist.github.com/PhilippIRL/1d0333b581ffec6a503c380a0986c9a4
@description `transforms most text to lower case`
@version 0.0.1
@updateURL https://gist.githubusercontent.com/PhilippIRL/1d0333b581ffec6a503c380a0986c9a4/raw/lower-case-speech.user.css
==/UserStyle== */
*:not(textarea,
input[type=text],
input[type=email],
input[type=password],
*[contenteditable]) {
text-transform: lowercase;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment