// ==UserScript== // @name 强制使用苹方Heavy // @version 1.0.0 // @description 强制使用苹方字体 // @author ddatsh // @include * // @run-at document-start // @grant unsafeWindow // @license MIT // @namespace https://greasyfork.org/users/443499 // @downloadURL none // ==/UserScript== (function() { 'use strict'; /** * 安全注入 CSS 样式 * 优先使用 GM_addStyle(Tampermonkey 内置函数),否则回退到手动创建