// ==UserScript== // @name 强制使用苹方 // @namespace // @version 1.0.0 // @description 强制使用苹方字体 // @author NG6 // @include * // @run-at document-start // @grant unsafeWindow // @license MIT // @downloadURL none // ==/UserScript== (function() { changeFont("PingFang SC",2); })();