Fixed some issues on the DeepSeek website.
اعتبارا من
DeepFix
Fixes incorrect table display in DeepSeek Chat.
- Problem:
On the chat.deepseek.com website, tables have the property `width: max-content;` set, causing them to overflow the chat window boundaries and appear incorrectly.
- Solution:
This script automatically adjusts the styles of all tables by setting an appropriate width (`width: 100%` and `max-width: 100%`) so that they fit within the interface.
- Features:
Works automatically upon page load.
Monitors dynamic changes on the page (e.g., when AI responses are loaded).
Lightweight and non-intrusive.