FooSoft / yomichan

Japanese pop-up dictionary extension for Chrome and Firefox.
https://foosoft.net/projects/yomichan
Other
1.04k stars 200 forks source link

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

Open dodorexi opened 1 year ago

dodorexi commented 1 year ago

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.

etsune commented 1 year ago

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

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