Skip to content

ChatGPT Print Style Setting by Katsu2013

Details

AuthorKatsu2013

LicenseNo License

Categorychatgpt.com

Created

Updated

Size620 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

When printing results in ChatGPT, adjust the style so that the entire text is visible.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           chatgpt.com
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */

@-moz-document domain("chatgpt.com") {
  /* ここにコードを挿入... */
  
 
  @media print {

    .overflow-hidden {
      overflow: unset;
    }
    .h-full {
      height: unset;
    }

    
    button.cursor-pointer, /* 最下部へ移動ボタン */
    #composer-background   /* 入力欄 */
    {
      display: none;
    }

    [class*="react-scroll-to-bottom--css-duirz-*"] {
      overflow-y: unset;
    }
    
  }
  
  
}

Reviews

No reviews yet.