Skip to content

chatgpt_wide by sammcj

Details

Authorsammcj

LicenseNo License

Categorychatgpt.com

Created

Updated

Size288 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Make ChatGPT Wider

Notes

Makes chatGPT wider

Source code

/* ==UserStyle==
@name           chatgpt_wide
@namespace      smcleod.net
@version        1.0.0
@description    Make ChatGPT Wider
@author         sammcj
==/UserStyle== */
@-moz-document domain("chatgpt.com") {

  main article > div > div {
    max-width: max(40rem, 90%)!important;
  }
}

Reviews

No reviews yet.