2025-10-20 22:24:19 +02:00
2025-10-20 22:20:56 +02:00
2025-10-20 22:20:56 +02:00
2025-10-20 20:18:16 +00:00
2025-10-20 22:20:56 +02:00
2025-10-20 22:20:56 +02:00
2025-10-20 22:20:56 +02:00
2025-10-20 22:24:19 +02:00

CSS Injector Extension

Examples:

ChatGPT

Make thread messages wider

@layer override {
  :root {
    --thread-content-max-width: 100% !important;
  }
  [class*="thread-"] {
    max-width: 100% !important;
  }
}
Description
No description provided
Readme 27 KiB
Languages
JavaScript 78.9%
HTML 21.1%