更宽的AI对话窗口↔️

使 ChatGPT/Claude/Kimi/通义/智谱GLM/天工/Deepseek/Gemini/腾讯元宝/grok 中 的AI对话窗口更宽。

< 脚本 更宽的AI对话窗口↔️ 的反馈

评价:好评 - 脚本运行良好

§
发布于:2025-06-26

最近grok的更宽AI对话窗口失效了,能不能麻烦修复一下呀,感谢!!!🙇

§
发布于:2025-07-11

我把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;
}
`);
```

发布留言

登录以发布留言。