您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
替换福步论坛帖子内容字体为微软雅黑,增大字号和文本间距,参考了https://gf.qytechs.cn/zh-CN/scripts/374194 的内容。
// ==UserScript== // @namespace https://blog.naibabiji.com // @name 福步论坛帖子字体修改 // @description 替换福步论坛帖子内容字体为微软雅黑,增大字号和文本间距,参考了https://gf.qytechs.cn/zh-CN/scripts/374194 的内容。 // @match http://bbs.fobshanghai.com/* // @author naiba // @homepage https://blog.naibabiji.com // @version 1.1 //@updateURL https://gf.qytechs.cn/scripts/392603-%E7%A6%8F%E6%AD%A5%E8%AE%BA%E5%9D%9B%E5%B8%96%E5%AD%90%E5%AD%97%E4%BD%93%E4%BF%AE%E6%94%B9/code/%E7%A6%8F%E6%AD%A5%E8%AE%BA%E5%9D%9B%E5%B8%96%E5%AD%90%E5%AD%97%E4%BD%93%E4%BF%AE%E6%94%B9.user.js // ==/UserScript== (function() { function addStyle(rules) { var styleElement = document.createElement('style'); styleElement.type = 'text/css'; document.getElementsByTagName('head')[0].appendChild(styleElement); styleElement.appendChild(document.createTextNode(rules)); } addStyle('* {font-family : Segoe UI,"Microsoft Yahei",Arial,sans-serif;}'); addStyle('.t_msgfont { line-height: 30px;font-size: 16px;}'); })();
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址