DeepFix

Fixed some issues on the DeepSeek website.

اعتبارا من 09-09-2025. شاهد أحدث إصدار.

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

ستحتاج إلى تثبيت إضافة مثل Stylus لتثبيت هذا النمط.

ستحتاج إلى تثبيت إضافة لإدارة أنماط المستخدم لتتمكن من تثبيت هذا النمط.

ستحتاج إلى تثبيت إضافة لإدارة أنماط المستخدم لتثبيت هذا النمط.

ستحتاج إلى تثبيت إضافة لإدارة أنماط المستخدم لتثبيت هذا النمط.

(لدي بالفعل مثبت أنماط للمستخدم، دعني أقم بتثبيته!)

المؤلف
Faww
التقييمات
0 0 0
الإصدار
1.2
تم إنشاؤه
08-09-2025
تم تحديثه
09-09-2025
الحجم
1008 Bytes
الترخيص
MIT
ينطبق على

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.