A simple userstyle to allow users to show the furiganas only on hover.
drdru.github.io - furigana hover by dorifor
Details
Authordorifor
LicenseNo License
Categoryhttps://drdru.github.io/
Created
Updated
Size399 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 drdru.github.io - 9/19/2022, 1:08:22 PM
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document url-prefix("https://drdru.github.io/") {
rt {
opacity: 0;
transition: all .2s;
}
ruby:hover rt {
opacity: 1;
}
}