Hide Shanbay word on first time recongnizing, learn word by listening.
Hide Shanbay Word On Recognizing by willbchang
Details
Authorwillbchang
LicenseNo License
Categoryart.willbc.code.shanbay-hide-word
Created
Updated
Size393 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 web.shanbay.com - 11/11/2022, 2:20:20 PM
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document url-prefix("https://web.shanbay.com/wordsweb/") {
/* Insert code here... */
div[class*=index_wordBox] > div[class*=index_word] {
display: none;
}
}