Go to file
2025-10-20 22:24:19 +02:00
background.js init 2025-10-20 22:20:56 +02:00
injector.js init 2025-10-20 22:20:56 +02:00
LICENSE Initial commit 2025-10-20 20:18:16 +00:00
manifest.json init 2025-10-20 22:20:56 +02:00
popup.html init 2025-10-20 22:20:56 +02:00
popup.js init 2025-10-20 22:20:56 +02:00
README.md add example 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;
  }
}