It hides some letters
Letter Obfuscator Monkeytype by Perseus333
Details
AuthorPerseus333
LicenseMIT
Categoryhttps://monkeytype.com/*
Created
Updated
Size430 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
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;
}
}