forked from FooSoft/yomichan
-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add option to toggle off furigana in the example senstences #1663
Labels
kind/enhancement
The issue or PR is a new feature or request
Comments
igalvidator
added
the
kind/enhancement
The issue or PR is a new feature or request
label
Dec 13, 2024
You can probably achieve this with CSS using something like the :hover property |
Can you possibly guide me as to how to do it? I have no coding exp, but I can follow instructions.
…On 31 Dec 2024 at 17:25 +0200, Cashew ***@***.***>, wrote:
You can probably achieve this with CSS using something like the :hover property
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
I will try to write a script later tomorrow |
Than you and happy new year.
…On 31 Dec 2024 at 17:49 +0200, Cashew ***@***.***>, wrote:
I will try to write a script later tomorrow
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Sorry for the wait You can use this CSS: .gloss-sc-rt {
visibility: hidden;
}
.gloss-sc-ruby:hover .gloss-sc-rt {
visibility: visible;
}
.gloss-sc-ruby:hover ~ .gloss-sc-ruby .gloss-sc-rt {
visibility: visible;
} this will hide the furigana until you hover over the word. |
No worries. Sorry again, but I lack CSS knowledge. Do you perhaps have a guide on how to inject it?
…On 4 Jan 2025 at 17:41 +0200, Cashew ***@***.***>, wrote:
Sorry for the wait
You can use this CSS:
.gloss-sc-rt {
visibility: hidden;
}
.gloss-sc-ruby:hover .gloss-sc-rt {
visibility: visible;
}
.gloss-sc-ruby:hover ~ .gloss-sc-ruby .gloss-sc-rt {
visibility: visible;
}
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
There is a setting named "Popup CSS" within the Yomitan Settings page. |
Thank you so much, works like a charm. A true wizard!
בתאריך שבת, 4 בינו׳ 2025 ב-19:37 מאת Cashew ***@***.***
>:
… There is a setting named "Popup CSS" within the Yomitan Settings page.
—
Reply to this email directly, view it on GitHub
<#1663 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AS44O7X2ZY5P6V5QINNQMUD2JAL6JAVCNFSM6AAAAABTSW3PQWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNZRGM3DIMRYGY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As the title implies, I am humbly requesting for the ability to toggle off the furigana presented above the example sentences featured in the Jitendex.org dictionary.
The text was updated successfully, but these errors were encountered: