ChatGPT Hide Identity

To hide your identity in ChatGPT

目前为 2023-05-09 提交的版本。查看 最新版本

/* ==UserStyle==
@name           ChatGPT Hide Identity
@namespace      github.com/openstyles/stylus
@version        0.1.0
@description    To hide your identity in ChatGPT
@author         CY Fung
@license MIT
==/UserStyle== */

@-moz-document domain("chat.openai.com") {
    /* Insert code here... */
    
    img[src*="avatar"]{
        transform: scale(10) translate(-2px,-2px);
        transform-origin: 0 0;
    }
    button:has(img[src*="avatar"]) .text-ellipsis{
        contain: strict;
    }
    
}

QingJ © 2025

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