Skip to content

Letter Obfuscator Monkeytype by Perseus333

Screenshot of Letter Obfuscator Monkeytype

Details

AuthorPerseus333

LicenseMIT

Categoryhttps://monkeytype.com/*

Created

Updated

Size430 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

It hides some letters

Notes

A lighweight, customitzable and readable instant CSS style

Source code

/* ==UserStyle==
@name         obfuscating letters
@version      20230831.17.37
@namespace    ?
==/UserStyle== */

@-moz-document url-prefix("https://monkeytype.com/") {
#words letter:nth-child(3n),
#words letter:nth-child(4n)  {
	visibility: hidden;
	position: relative;
}

#words letter:nth-child(4n)::before,
#words letter:nth-child(3n)::before {
	content: "#";
	visibility: visible;
	position: absolute;
}
}

Reviews

No reviews yet.