西西河字号调整

调整一下西西河的字号

// ==UserScript==
// @name         西西河字号调整
// @namespace    http://tampermonkey.net/
// @version      0.1.20240206001
// @description  调整一下西西河的字号
// @author       xiaoyaoyuxin
// @match        *://*.talkcc.com/*
// @match        *://*.cchere.com/*
// @match        *://*.cchere.net/*
// @match        *://*.cchere.org/*
// @match        *://*.talkcc.com/*
// @match        *://*.talkcc.net/*
// @match        *://*.talkcc.org/*
// @icon         https://www.google.com/s2/favicons?sz=64&domain=talkcc.com
// @license MIT
// @grant        none
// ==/UserScript==

var css = document.createElement("style");
css.type = "text/css";
css.innerHTML = "p {font-size:16px;}";
document.head.appendChild(css);

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址