Skip to content

ChatGPT标题变小 by xiaolongmr

Screenshot of ChatGPT标题变小

Details

Authorxiaolongmr

LicenseMIT

Categoryhttps://chatgpt.com

Created

Updated

Code size280 B

Code checksum60519605

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

解决chatgpt回复标题过大的问题

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         ChatGPT标题变小
@version      20250430.01.38
@namespace    ?
@description  解决chatgpt回复标题过大的问题
@license      MIT
==/UserStyle== */

@-moz-document domain("chatgpt.com") {
h1{
    font-size:16px;
}
h2{
    font-size:14px;
}
}

Reviews

No reviews yet.