您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
中文黑體字型
/* ==UserStyle== @name Chinese Font 中文字體 @namespace https://greasyforks.org/zh-TW/users/4839-leadra @author taiwanfont @description 中文黑體字型 @version 1.0 @license MIT @preprocessor uso @advanced dropdown ChooseFont "字型選擇" { ChooseFont1 "微軟正黑體" <<<EOT "微軟正黑體" EOT; ChooseFont2 "芫荽" <<<EOT "iansui" EOT; ChooseFont3 "台灣圓體" <<<EOT "台灣圓體" EOT; ChooseFont4 "源樣黑體" <<<EOT "源樣黑體" EOT; ChooseFont5 "Source" <<<EOT "Source Han Sans" EOT; ChooseFont6 "游黑" <<<EOT "Yu Gothic UI" EOT; ChooseFont7 "冬青" <<<EOT "Hiragino Sans GB" EOT; } ==/UserStyle== */ /*原作者腳本安裝網址https://uso.kkx.one/style/107714 Noto Sans CJK, Source Han Sans, 游黑體 (Windows內建), 冬青體 (Mac內建) Noto Sans CJK 和 Source Han Sans 均為思源黑體,但有些空格差異。請先至下方網址下載。 如無安裝思源黑體,則Windows會使用內建游黑體,Mac會使用冬青體。 Noto Sans CJK: https://www.google.com/get/noto/#sans-hant Source Han Sans: https://github.com/adobe-fonts/source-han-sans/raw/release/OTF/SourceHanSansTC.zip */ /* https://zi-hi.com/繁體中文免費字型列表 https://jfsblog.com/blog/post/huninn '芫荽'Iansui https://github.com/ButTaiwan/iansui?tab=readme-ov-file '台灣圓體' https://github.com/max32002/TaiwanPearl?tab=readme-ov-file 'jf open 粉圓 2.0' https://github.com/justfont/open-huninn-font?tab=readme-ov-file '源泉圓體'GenSenRounded JP https://github.com/ButTaiwan/gensen-font?tab=readme-ov-file 霞鶩文楷LXGW WenKai https://github.com/lxgw/LxgwWenKai 悠哉體yozai https://github.com/lxgw/yozai-font 微軟正黑體Microsoft JhengHei 獅尾右下腿黑體 https://max-everyday.com/2021/08/swei-right-bottom-leg/ */ @-moz-document domain("greasyforks.org"), domain("sleazyfork.org"), domain("tw.linovelib.com"), domain("www.69shuba.pro"), domain("www.youtube.com") { html, body, h1, h2, h3, h4, h5, h6, p, a, div { font-family: /*[[ChooseFont]]*/, "Noto Sans CJK TC", "Source Han Sans", "Yu Gothic UI", "Yu Gothic", "Hiragino Sans GB", "微軟正黑體", "Microsoft YaHei", "MHei", "PingHei", Helvetica, "Helvetica Neue", Verdana, SegeoUI, Arial, sans-serif !important;} }