ChatGPT Hide Identity

To hide your identity in ChatGPT

目前為 2023-05-09 提交的版本,檢視 最新版本

  1. /* ==UserStyle==
  2. @name ChatGPT Hide Identity
  3. @namespace github.com/openstyles/stylus
  4. @version 0.1.0
  5. @description To hide your identity in ChatGPT
  6. @author CY Fung
  7. @license MIT
  8. ==/UserStyle== */
  9.  
  10. @-moz-document domain("chat.openai.com") {
  11. /* Insert code here... */
  12. img[src*="avatar"]{
  13. transform: scale(10) translate(-2px,-2px);
  14. transform-origin: 0 0;
  15. }
  16. button:has(img[src*="avatar"]) .text-ellipsis{
  17. contain: strict;
  18. }
  19. }

QingJ © 2025

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