// ==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 none // ==/UserScript== (function() { changeFont("Hiragino Kaku Gothic Pro W3",2); })();