Hides the stroke hints in steno jig
Hide hints by RAOEUS
Details
AuthorRAOEUS
LicenseNo License
Categoryhttps://joshuagrams.github.io/steno-jig
Created
Updated
Size211 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Hide hints
@version 20240412.00.29
@namespace ?
==/UserStyle== */
@-moz-document domain("https://joshuagrams.github.io") {
p#strokes{
display:none;
}
}