| background.js | ||
| injector.js | ||
| LICENSE | ||
| manifest.json | ||
| popup.html | ||
| popup.js | ||
| README.md | ||
CSS Injector Extension
Examples:
ChatGPT
Make thread messages wider
@layer override {
:root {
--thread-content-max-width: 100% !important;
}
[class*="thread-"] {
max-width: 100% !important;
}
}