您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Fixing some interface elements, which makes using DeepSeek more convenient and enjoyable
DeepFix
Fixes the display of interface elements in DeepSeek Chat.
- Problem:
On the chat.deepseek.com website, some interface elements are inconvenient to use:
Tables are set to width: max-content;, which makes them overflow the chat window.
Elements with the _0f72b0b class use an inappropriate padding formula, making the layout look untidy.
- Solution:
The script automatically:
Adjusts the padding of elements with the _0f72b0b class by applying a custom padding formula.
Modifies table styles by setting width: 100% and max-width: 100%, ensuring they fit properly within the interface.
- Features:
Works automatically on page load.
Monitors dynamic changes (e.g., when new messages are loaded).
Lightweight and unobtrusive — does not interfere with the site’s functionality.