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