// ==UserScript== // @name 强制使用Hiragino Kaku Gothic Pro W3 // @namespace // @version 1.0.0 // @description 强制使用Hiragino Kaku Got // @author NG6 // @include * // @run-at document-start // @grant unsafeWindow // @license MIT // @downloadURL https://update.greasyfork.icu/scripts/381358/%E5%BC%BA%E5%88%B6%E4%BD%BF%E7%94%A8Hiragino%20Kaku%20Gothic%20Pro%20W3.user.js // @updateURL https://update.greasyfork.icu/scripts/381358/%E5%BC%BA%E5%88%B6%E4%BD%BF%E7%94%A8Hiragino%20Kaku%20Gothic%20Pro%20W3.meta.js // ==/UserScript== (function() { changeFont("Hiragino Kaku Gothic Pro W3",2); })();