Make the AI chat dialog window wider for ChatGPT/Claude/Kimi/Tongyi/ChatGLM/Tiangong/Deepseek/Gemini/Tencent Yuanbao/grok
< Opiniones de Wider AI Chat↔️
我把grok的部分修改好了,有空的话可以替换更新一下哦,谢谢啦!
```
else if (/grok.com/.test(location.href)) {
console.log("grok.com new version");
GM_addStyle(`
main > div.relative.flex.flex-col.items-center {
--content-max-width: 95% !important;
}
.max-w-breakout {
max-width: 95% !important;
}
`);
```
最近grok的更宽AI对话窗口失效了,能不能麻烦修复一下呀,感谢!!!🙇