Skip to content
This repository has been archived by the owner on Feb 25, 2023. It is now read-only.

[feature Request] disable furigana inside popup result. #2282

Open
dodorexi opened this issue Dec 29, 2022 · 1 comment
Open

[feature Request] disable furigana inside popup result. #2282

dodorexi opened this issue Dec 29, 2022 · 1 comment

Comments

@dodorexi
Copy link

I wonder if it's possible to disable the furigana that is shown above the japanese word inside the popup. I want to focus on learning the pronunciation of words by using the built-in audio feature instead of reading the furigana. I mainly use Jmdict dictionary. I saw there is an option to disable furigana reading inside the text parsing menu but I think it only applies to the "search" feature.

@dodorexi dodorexi changed the title disable furigana inside popup result (feature request) [feature request] disable furigana inside popup result. Dec 29, 2022
@dodorexi dodorexi changed the title [feature request] disable furigana inside popup result. [feature Request] disable furigana inside popup result. Dec 29, 2022
@etsune
Copy link

etsune commented Jan 15, 2023

You can do this by editing the custom CSS (Menu -> Popup Appearance -> Configure custom CSS)
Example code:

.headword-term > ruby > rt {
    display: none;
}

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants