聚BT子标题加粗加大

修改聚BT子标题样式

// ==UserScript==
// @name         聚BT子标题加粗加大
// @namespace    https://github.com/dadaewqq/fun
// @version      0.2
// @description  修改聚BT子标题样式
// @author       dadaewqq
// @match        https://jubt.fun/*
// @match        https://jubt11.xyz/*
// @icon         https://jubt.fun/favicon.ico
// @grant        none
// @license      MIT
// ==/UserScript==


(function() {
    'use strict';

    $('h4.text-gray').css({
        'color': 'black',
        'font-weight': 'bold',
        'font-size': '24px'
    });

    $('h4.text-gray:first').css({
        'font-size': '36px'
    });

})();

QingJ © 2025

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