darkoshi: (Default)
If you have the ublock plugin:
https://github.com/aelipsi/WordleLowerCase/blob/main/WordleLowerCase.txt

Otherwise, if your browser lets you set a custom stylesheet*, the following works for making the letters in the top game section lowercase:

div[class^="Tile-module_tile__"]
{
	text-transform: lowercase !important;
}


This works for making the letters in the bottom keyboard lowercase:

button[class^="Key-module_key__"]
{
	text-transform: lowercase !important;
}



*If using Firefox, you can create a "userContent.css" file with the above content.
Then navigate to your Firefox profile folder. If it doesn't already has a "chrome" subfolder, create that folder.
Place the userContent.css file in the "chrome" folder.
Then open the about:config page and bring up the "toolkit.legacyUserProfileCustomizations.stylesheets" setting. If it is false, change it to true.
Close and re-open the browser.
If you don't have an account you can create one now.
HTML doesn't work in the subject.
More info about formatting

April 2026

S M T W T F S
   1234
5 67 891011
12131415161718
19202122232425
2627282930  

Most Popular Tags

Style Credit

Expand Cut Tags

No cut tags
Page generated Friday, April 10th, 2026 07:39 am
Powered by Dreamwidth Studios