Lazily made this to optimize Yomitan on E Ink displays. What it does:
- Hollows out as much color-filled boxes as possible
- Turns rounded borders into squares to reduce extra pixels derived from aliasing
- Removes animation delays
- Removes box shadow on the audio popup menu
- Removes progress bar
- Lessen the amount of lines displayed from collapsed dictionaries
These changes should reduce the amount of pixels that the e-reader needs to render, thereby improving screen refresh rate and reducing ghosting.
- Enable
Advancedmode in Yomitan - Find the
Configure custom CSS...button and press it - Copy-paste everything from
eink-css.cssinto thePopup CSSbox - Copy-paste the following into
Popup outer CSS:.yomitan-popup { box-shadow: none !important; border: none !important; }
