ChatGPT Version in Header

To make the ChatGPT version in each chat located in the top.

目前為 2023-04-27 提交的版本,檢視 最新版本

/* ==UserStyle==
@name           ChatGPT Version in Header
@namespace      github.com/openstyles/stylus
@version        1.0.1
@description    To make the ChatGPT version in each chat located in the top.
@author         CY Fung
@license MIT
==/UserStyle== */

@-moz-document domain("openai.com") {
    /* Insert code here... */
    
    main.flex>div:first-child>div:first-child>div:first-child>div.flex:first-child>div.flex:first-child {
        position: sticky;
        top: 0;
        z-index: 999;
        background-color: #182436;
    }
    
}
长期地址
遇到问题?请前往 GitHub 提 Issues。