Font Rendering (Customized)

Without MacType, improve browser displaying more textured. "Microsoft Yahei" is used by default. For browser displaying, the script provides advanced features such as font rewriting, smoothing, scaling, stroke, shadow, special style elements, custom monospaced, etc. It can configure by "click Script Manager icon" or "use hotkeys" to call out the setup. The script is already compatible with major browsers and userscript managers, also commonly used Greasemonkey scripts and browser extensions.

< Feedback on Font Rendering (Customized)

Question/comment

§
Posted: 2021-04-02

更新到4月1日版本后,是不是阴影机制发生变化,导致非高分屏的显示,特别是小字体反而因为阴影的原因导致有发糊的感觉,只能关掉阴影才能恢复到上一版的感觉

F9y4ngAuthor
§
Posted: 2021-04-02

由于每个人的显示器的配置与设置不同,具体使用时还是需要针对自己的需要进行微调。


以你的情况,建议以下设置:

let shadow_r = 2; ---> 减小阴影大小至1或更小,此值也接受小数型如1.5



const shadow_c = `rgba(136,136,136,0.4)`; ---> 减轻阴影颜色,如降低alpha值rgba(136,136,136,0.3) 或更低
§
Posted: 2021-04-06

感谢分享经验,我去试试

Post reply

Sign in to post a reply.