// ==UserScript== // @name 调整网页字体和行间距倍数 // @author ChatGPT // @version 6.6 // @description 脚本菜单可用于调整网页的字体和行间距倍数 // @match *://*/* // @grant GM_registerMenuCommand // @grant GM_setValue // @grant GM_getValue // @run-at document-end // @namespace https://greasyfork.org/users/452911 // @downloadURL none // ==/UserScript== (function() { "use strict"; var storageKey = window.location.hostname; var fontMultiplier = GM_getValue(storageKey + "_font_multiplier", 1); var lineHeightMultiplier = GM_getValue(storageKey + "_line_height_multiplier", 1); function applyStyles() { // 当字体和行间距倍数都为1时,尝试移除已有的